cadence merged pull request cadence/out-of-your-element#60 2025-11-02 07:50:17 +00:00
Fix matrix api joinRoom() for remote rooms
cadence pushed to fix-remote-join at Elliu/out-of-your-element 2025-11-02 07:48:51 +00:00
a55d7a1632 Style match
cadence pushed to fix-remote-join at Elliu/out-of-your-element 2025-11-02 07:46:38 +00:00
789c7b0334 Style match
cadence pushed to main at cadence/out-of-your-element 2025-10-31 03:22:40 +00:00
255e166e8c Better message when remote emojis unavailable
cadence pushed to main at cadence/out-of-your-element 2025-10-23 12:09:24 +00:00
d4f4664c25 Fix retrying m->d message deletions
cadence pushed to main at cadence/out-of-your-element 2025-10-23 12:05:33 +00:00
b9a3a329ab Fix retrying m->d message deletions
cadence pushed to main at cadence/out-of-your-element 2025-10-12 18:17:27 +00:00
3de762d428 Fix stickers that don't provide content type
cadence pushed to main at cadence/out-of-your-element 2025-10-10 18:26:06 +00:00
cffd3c9f2e Fix converting discord channel links
cadence commented on pull request cadence/out-of-your-element#60 2025-10-07 19:24:01 +00:00
Fix matrix api joinRoom() for remote rooms

Please use server = mxid.match(/:(.*)/)?.[1] (see utils.js line 168) which is short enough that it can be used inline without needing to be extracted to a function. So please delete the function getHSOfUser and just do the operation inline where needed.

cadence commented on pull request cadence/out-of-your-element#60 2025-10-07 19:24:01 +00:00
Fix matrix api joinRoom() for remote rooms

Looks good. Please address the invididual comments (or ask me to do it for you). Then I can do a final coverage check and merge this. Thanks for your patience!

cadence commented on pull request cadence/out-of-your-element#60 2025-10-07 19:24:01 +00:00
Fix matrix api joinRoom() for remote rooms

This is fine and doesn't need changing (apart from making the status code 400, please)

cadence commented on pull request cadence/out-of-your-element#60 2025-10-07 19:24:01 +00:00
Fix matrix api joinRoom() for remote rooms

When creating a new variable, it ought to be declared with let or const. Please use `const here.

cadence commented on pull request cadence/out-of-your-element#60 2025-10-07 19:24:01 +00:00
Fix matrix api joinRoom() for remote rooms

This condition can't happen, because it's always possible to extract a via from the user who sent the invite. Remove the if statement and just always use the more detailed error message.

cadence commented on pull request cadence/out-of-your-element#60 2025-10-07 19:24:01 +00:00
Fix matrix api joinRoom() for remote rooms

Status code 400 please.

cadence pushed to main at cadence/out-of-your-element 2025-10-07 19:09:59 +00:00
5b7433de32 Make tests time zone independent
7916f82b55 Change thread started message (closes #61)
Compare 2 commits »
cadence closed issue cadence/out-of-your-element#61 2025-10-07 19:09:59 +00:00
"Started a thread" messages should show the title outside of the hyperlink
cadence pushed to main at cadence/out-of-your-element 2025-10-07 05:48:14 +00:00
7905802825 Allow customising port in setup
3891506163 Roll back snowtransfer to avoid issue with pins
Compare 2 commits »
cadence pushed to main at cadence/out-of-your-element 2025-09-08 04:26:22 +00:00
d8e6de62e5 Keep sim_proxy profile data up to date
cadence pushed to main at cadence/out-of-your-element 2025-09-08 00:37:29 +00:00
5a152b87b8 I guess mentions is an optional property too
cadence pushed to main at cadence/out-of-your-element 2025-09-02 12:00:10 +00:00
a968bacffd Update discord-markdown