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
Also need to detect this when Conduit is the server. I was sent a private message with Conduit's special error code. I need to add a condition for it.
Trailing colon should be removed from Discord user mentions
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
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