cadence · they/them
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

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

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 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
cadence pushed to main at cadence/out-of-your-element 2025-08-28 12:09:28 +00:00
c71044fdec Only edit events if the text has changed
cadence opened issue cadence/out-of-your-element#61 2025-08-23 13:00:14 +00:00
"Started a thread" messages should show the title outside of the hyperlink
cadence pushed to fix-remote-join at Elliu/out-of-your-element 2025-08-23 11:46:57 +00:00
48e2080b94 Fill in more of reg for other people to test with
cadence pushed to fix-remote-join at Elliu/out-of-your-element 2025-08-22 09:42:20 +00:00
4ae0e239da Update tests for new types and code path
cadence commented on pull request cadence/out-of-your-element#60 2025-08-22 09:32:09 +00:00
Fix matrix api joinRoom() for remote rooms

Third parameter needs to be an object, so I fixed that for you. I also labelled the inbound parameters so that it highlights the call site if the wrong data is passed to joinRoom. :)

cadence commented on pull request cadence/out-of-your-element#60 2025-08-22 09:32:09 +00:00
Fix matrix api joinRoom() for remote rooms

Where are you going to find via here?

cadence commented on pull request cadence/out-of-your-element#60 2025-08-22 09:32:09 +00:00
Fix matrix api joinRoom() for remote rooms

I fixed path so that passing arrays (like via) to it should work correctly. :)

cadence commented on pull request cadence/out-of-your-element#60 2025-08-22 09:29:05 +00:00
Fix matrix api joinRoom() for remote rooms

I added a separate branch for it to say a different error message when the join fails. I felt the ternary was too complicated.

or if we should add a "please consider manually inviting

I…

cadence pushed to fix-remote-join at Elliu/out-of-your-element 2025-08-22 09:26:56 +00:00
743fec6e69 Cleanup
cadence pushed to fix-remote-join at Elliu/out-of-your-element 2025-08-22 09:25:15 +00:00
e8bb63dd3a Cleanup
cadence pushed to main at cadence/out-of-your-element 2025-08-20 23:30:30 +00:00
954d41269c Store directs in database rather than account data