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 closed issue cadence/out-of-your-element#19 2024-01-10 10:56:58 +00:00
Ensure emojis are synced at startup
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 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…

cadence pushed to main at cadence/breezewiki 2024-01-09 22:21:17 +00:00
b02e2a4053 Fix failing test after search was refactored
cadence pushed to main at cadence/breezewiki 2024-01-09 04:35:04 +00:00
b8a6c5198d Fix more redirects in offline mode
cadence commented on pull request cadence/breezewiki#16 2024-01-09 04:14:19 +00:00
Fix error on a redirect page with no link

Just gotten around to testing this and it works great, thanks for the contribution! Offline mode automatically follows the redirect and shows a 404, which is what it is, so nothing broken there.