cadence · they/them
cadence closed issue cadence/out-of-your-element#12 2023-10-16 03:48:31 +00:00
In seed.js, must /register main appservice user with homeserver before trying to upload avatar
cadence commented on issue cadence/out-of-your-element#12 2023-10-16 03:48:31 +00:00
In seed.js, must /register main appservice user with homeserver before trying to upload avatar

Done in 762e482 by adding a register() call to seed.js.

cadence pushed to main at cadence/out-of-your-element 2023-10-16 03:48:01 +00:00
762e48230c Ensure the appservice bot user is registered
a542bbdca7 Update discord-markdown to support list and header
Compare 2 commits »
cadence opened issue cadence/out-of-your-element#12 2023-10-16 00:37:59 +00:00
In seed.js, must /register main appservice user with homeserver before trying to upload avatar
cadence opened issue cadence/out-of-your-element#11 2023-10-15 22:44:02 +00:00
Posting room ID links or message links should have a via parameter
cadence created branch alt-host in cadence/out-of-your-element 2023-10-15 11:12:12 +00:00
cadence pushed to alt-host at cadence/out-of-your-element 2023-10-15 11:12:12 +00:00
1d7ec4315e Support alternate Discord hosts
cadence pushed to main at cadence/out-of-your-element 2023-10-14 11:27:01 +00:00
9c3f1abd3a Upload files to Discord as streams for speed
fff8f0d94c Review and upgrade dependencies
Compare 2 commits »
cadence pushed tag v1.3 to cadence/out-of-your-element 2023-10-14 10:35:29 +00:00
cadence closed issue cadence/out-of-your-element#10 2023-10-14 10:34:55 +00:00
Not all reactions are removed for bulk reaction remove
cadence commented on issue cadence/out-of-your-element#10 2023-10-14 10:34:55 +00:00
Not all reactions are removed for bulk reaction remove

Done in 040e987.

cadence pushed to main at cadence/out-of-your-element 2023-10-14 10:34:28 +00:00
040e987d03 Paginate removing all reactions from Matrix-side
cadence commented on issue cadence/out-of-your-element#10 2023-10-14 10:19:10 +00:00
Not all reactions are removed for bulk reaction remove

Synapse defaults to 5. Requests for more than 1000 are capped at 1000.

Dendrite defaults to 50. Requests for more than 50 are capped at 50.

Conduit defaults to 10, caps at 100. I don't know…

cadence closed issue cadence/out-of-your-element#6 2023-10-14 09:50:33 +00:00
Reactions should be added to the bottom of a message group instead of the top
cadence commented on issue cadence/out-of-your-element#6 2023-10-14 09:50:33 +00:00
Reactions should be added to the bottom of a message group instead of the top

A new reaction_part column is now being used as of c247526.

cadence pushed to main at cadence/out-of-your-element 2023-10-14 09:11:46 +00:00
c24752625d Split part and reaction_part
b7f90db20a Fix reply preview "undefined" on embed description
Compare 2 commits »
cadence opened issue cadence/out-of-your-element#10 2023-10-14 06:38:05 +00:00
Not all reactions are removed for bulk reaction remove
cadence commented on issue cadence/out-of-your-element#6 2023-10-14 04:35:32 +00:00
Reactions should be added to the bottom of a message group instead of the top

SQLite actually supports efficient storage of values 0 and 1, so I may as well add a separate column reaction_part instead of combining them…

cadence commented on issue cadence/out-of-your-element#8 2023-10-14 04:25:43 +00:00
Thread start messages may have the incorrect author

It's not always possible to send the context message as its original author. If the context message was from Matrix originally, the bridge can't send an event as that Matrix user.

Fixed in…

cadence closed issue cadence/out-of-your-element#8 2023-10-14 04:25:43 +00:00
Thread start messages may have the incorrect author