cadence opened issue cadence/out-of-your-element#30 2024-01-13 10:47:15 +00:00
d->m: Tenor GIFs from GIF button are too verbose
cadence opened issue cadence/out-of-your-element#29 2024-01-13 10:38:10 +00:00
d->m: Embeds might not appear when the message is updated?
cadence commented on issue cadence/out-of-your-element#28 2024-01-13 10:30:13 +00:00
d->m: Consider using tables for inline embed fields

colspan isn't supported in Element, here's the MSC: https://github.com/matrix-org/matrix-spec-proposals/pull/4003

Implementing these tables in OOYE and Schildi should hopefully be enough for…

cadence opened issue cadence/out-of-your-element#28 2024-01-13 10:24:14 +00:00
d->m: Consider using tables for inline embed fields
cadence opened issue cadence/out-of-your-element#27 2024-01-13 10:03:57 +00:00
m->d: Replying to an emoji shows "undefined" as reply preview
cadence opened issue cadence/out-of-your-element#26 2024-01-13 09:42:47 +00:00
m->d: Emoji sprite sheet doesn't work with newlines
cadence commented on issue cadence/out-of-your-element#15 2024-01-12 09:14:29 +00:00
Support d->m bulk delete messages

Should be supported in 20bab453ef7a2eb46087745a66b45f61794359ed but I didn't test it fully.

I couldn't find anything on the internet or in the docs about how the API informs bots of deleted…

cadence pushed to main at cadence/out-of-your-element 2024-01-12 01:33:09 +00:00
7d4379a099 Fix error in startup emojis check
cadence opened issue cadence/out-of-your-element#25 2024-01-11 10:12:28 +00:00
m->d: Table formatting could be improved
cadence pushed to main at cadence/breezewiki 2024-01-11 09:36:25 +00:00
a52d131b93 Split massive uploads in Solr indexer
cadence pushed to main at cadence/out-of-your-element 2024-01-11 02:56:34 +00:00
600ca1a11d Enable ts-check on event-dispatcher
20bab453ef d->m: Support bulk message deletion from bots
Compare 2 commits »
cadence commented on issue cadence/out-of-your-element#19 2024-01-10 10:56:58 +00:00
Ensure emojis are synced at startup

Done in 9efd6a49b85d32d200eb584736016475c0bcb84b

cadence closed issue cadence/out-of-your-element#19 2024-01-10 10:56:58 +00:00
Ensure emojis are synced at startup
cadence pushed to main at cadence/out-of-your-element 2024-01-10 10:56:16 +00:00
9efd6a49b8 d->m: Sync missed emojis/stickers after restart
cadence commented on issue cadence/out-of-your-element#18 2024-01-10 09:56:39 +00:00
Editing a Matrix message to be shorter will make OOYE delete it from Matrix

Manual testing looks good

cadence pushed to main at cadence/out-of-your-element 2024-01-10 09:46:29 +00:00
a67708269d m->d: Improve reply preview truncation punctuation
cadence pushed to main at cadence/out-of-your-element 2024-01-10 09:43:00 +00:00
d0a3c3ce29 m->d: Remove rare "In reply to" fallback text
cadence pushed to main at cadence/out-of-your-element 2024-01-10 02:48:14 +00:00
8e3b674d90 Forget messages/events upon deletion (may fix #18)
cadence closed issue cadence/out-of-your-element#18 2024-01-10 02:48:14 +00:00
Editing a Matrix message to be shorter will make OOYE delete it from Matrix
cadence commented on issue cadence/out-of-your-element#18 2024-01-10 02:45:04 +00:00
Editing a Matrix message to be shorter will make OOYE delete it from Matrix

To fix this, I think I just need to remove the relationship between the event and message in the database before deleting it from Discord-side. When the relationship is gone, if OOYE notices a…