In seed.js, must /register main appservice user with homeserver before trying to upload avatar
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.
In seed.js, must /register main appservice user with homeserver before trying to upload avatar
Posting room ID links or message links should have a via parameter
Not all reactions are removed for bulk reaction remove
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…
Reactions should be added to the bottom of a message group instead of the top
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.
Not all reactions are removed for bulk reaction remove
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…
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…
Thread start messages may have the incorrect author