cadence · they/them
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 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 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 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.

cadence merged pull request cadence/breezewiki#16 2024-01-09 04:13:10 +00:00
Fix error on a redirect page with no link
cadence pushed to main at cadence/breezewiki 2024-01-09 04:12:46 +00:00
0fed724604 Fix redirects to category pages in offline mode
3942350468 Fix error on a redirect page with no link
Compare 2 commits »
cadence commented on issue cadence/out-of-your-element#14 2024-01-06 06:45:26 +00:00
Approximate translating message links that OOYE did not handle

This feature is complete

cadence closed issue cadence/out-of-your-element#14 2024-01-06 06:45:26 +00:00
Approximate translating message links that OOYE did not handle
cadence commented on issue cadence/out-of-your-element#23 2024-01-06 06:42:39 +00:00
Images containing "body"/image caption on Matrix should use alt text on Discord

Thanks, this should now be supported as of 84d791cd8ab858eb99c40c292047ed2ac19cf711.

cadence closed issue cadence/out-of-your-element#23 2024-01-06 06:42:39 +00:00
Images containing "body"/image caption on Matrix should use alt text on Discord
cadence pushed to main at cadence/out-of-your-element 2024-01-06 06:42:24 +00:00
84d791cd8a m->d: Support attachment body data as alt text