cadence · they/them
cadence pushed to main at cadence/out-of-your-element 2023-11-25 10:20:37 +00:00
cd2e012b8e Fix joining guessed @mentions to room
4313aa668d Fix getEventForTimestamp API path (???)
57d5cfb480 Fix path() doing nothing without a mxid
b9ec28a5ad Handle user creation for Clyde AI
fa68b877f6 Update CloudStorm to known good version
Compare 6 commits »
cadence pushed tag v1.4 to cadence/out-of-your-element 2023-11-25 10:10:30 +00:00
cadence pushed to main at cadence/out-of-your-element 2023-11-23 04:00:17 +00:00
cd5a501307 Remove useless line from Funny ORM
9158eb2476 Add full coverage for previous commit
Compare 2 commits »
cadence pushed to main at cadence/out-of-your-element 2023-11-23 03:39:47 +00:00
8d452102d5 d->m: Message links are now guessed when unknown
7029247461 Coverage for role and emoji converter
8439512f1a Add snowflake timestamp converter functions
Compare 3 commits »
cadence pushed to main at cadence/out-of-your-element 2023-11-23 00:42:12 +00:00
8026cf0cad Coverage for m->d ordered list start attribute
53a009ca45 m->d: Users who aren't joined can be mentioned
39528b0557 Refactor attachmentToEvent to a function
5247a5d70e Update remarks in readme
Compare 4 commits »
cadence created branch disable-requests in cadence/breezewiki 2023-11-15 10:46:53 +00:00
cadence pushed to disable-requests at cadence/breezewiki 2023-11-15 10:46:53 +00:00
9611b8c164 Disable category, file, search pages in offline mode
cadence pushed to main at cadence/breezewiki 2023-11-10 04:10:41 +00:00
83e78be0dc Add experimental FTS indexer
cadence opened issue cadence/out-of-your-element#17 2023-11-09 09:49:48 +00:00
//icon doesn't work if the room has no icon
cadence opened issue cadence/out-of-your-element#16 2023-11-06 23:28:03 +00:00
Order of pins in pinning implementation
cadence pushed to main at cadence/out-of-your-element 2023-10-27 11:42:30 +00:00
4871410a30 Direct dependency on html-es6cape no longer needed
cadence pushed to main at cadence/out-of-your-element 2023-10-27 11:37:27 +00:00
e73de60d77 m->d: Strip colons from user mentions
cadence pushed to main at cadence/out-of-your-element 2023-10-27 11:25:16 +00:00
afbbe0da3d Fix more edge-case embed formatting
cadence opened issue cadence/out-of-your-element#15 2023-10-24 18:58:11 +00:00
Support d->m bulk delete messages
cadence opened issue cadence/out-of-your-element#14 2023-10-18 07:05:02 +00:00
Approximate translating message links that OOYE did not handle
cadence reopened issue cadence/out-of-your-element#12 2023-10-16 22:13:15 +00:00
In seed.js, must /register main appservice user with homeserver before trying to upload avatar
cadence commented on issue cadence/out-of-your-element#12 2023-10-16 22:13:15 +00:00
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.

cadence opened issue cadence/out-of-your-element#13 2023-10-16 19:16:38 +00:00
Trailing colon should be removed from Discord user mentions
cadence closed issue cadence/out-of-your-element#12 2023-10-16 03:48:31 +00:00
In seed.js, must /register main appservice user with homeserver before trying to upload avatar
cadence commented on issue cadence/out-of-your-element#12 2023-10-16 03:48:31 +00:00
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.