cadence · they/them
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 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 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 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 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
cadence pushed to main at cadence/out-of-your-element 2023-10-14 04:24:05 +00:00
1016fb1d67 Always use OOYE bot to send thread start context
cadence commented on issue cadence/out-of-your-element#5 2023-10-13 13:18:55 +00:00
Roles should display as role name instead of as @&ID

Role mentions have been made really pretty in commit d9d672b.

cadence closed issue cadence/out-of-your-element#5 2023-10-13 13:18:55 +00:00
Roles should display as role name instead of as @&ID
cadence pushed to main at cadence/out-of-your-element 2023-10-13 13:15:50 +00:00
d9d672bffd d->m: Make role mentions really pretty
cadence commented on issue cadence/out-of-your-element#3 2023-10-13 12:32:14 +00:00
Cross-posted announcements should say where they came from

Done in dc92dc0 and released in v1.1.1.

cadence closed issue cadence/out-of-your-element#3 2023-10-13 12:32:14 +00:00
Cross-posted announcements should say where they came from
cadence opened issue cadence/out-of-your-element#9 2023-10-13 12:30:30 +00:00
Map Discord member permissions to sim user PLs
cadence pushed to main at cadence/out-of-your-element 2023-10-13 12:07:24 +00:00
44f90cbb5f Use Discord global_name as sim user displayname
999276e407 m->d: Fix HTML entities showing in reply preview
480c7a6bd9 m->d: Use Matrix displayname in m/m reply preview
67305bb636 Allow m.notice (embeds) to be edited
Compare 4 commits »
cadence pushed to main at cadence/out-of-your-element 2023-10-12 13:08:13 +00:00
850de85d82 Add //thread command for Matrix users
61ac535995 d->m fix replying to matrix user in thread
Compare 2 commits »
cadence pushed tag v1.2 to cadence/out-of-your-element 2023-10-12 12:08:09 +00:00