31 May 2023 |
Silas | In reply to @test12345dbdbs:matrix.org Well guess I will have no other choice then I’m sure it’s be a welcome addition, the database being totally different is pretty much the only reason there’s no Synapse -> Dendrite migration tool | 11:39:22 |
Silas | * I’m sure it’d be a welcome addition, the database being totally different is pretty much the only reason there’s no Synapse -> Dendrite migration tool | 11:39:39 |
Daniel Aloni | Hello all! What is the best way to entirely remove association between a space and a room (which are associated with a state event of type m.space.child )? Should I overwrite the existing state event with an empty content {} ? Or is there a way to delete the state event entirely? (The end goal is that the room won't be in the response from /hierarchy ) | 12:22:15 |
Daniel Aloni | Anyone? 😬☺️ | 13:20:12 |
Till | Can't you just remove the room from the space itself in Element? e.g. Manage & explore Rooms when right clicking the space? | 13:25:15 |
Daniel Aloni | Thanks for the response!
No, I can't because we're using our own UI with Dendrite as a homeserver, so the customers using this tool I'm developing won't know of Element's existence. | 13:27:59 |
Daniel Aloni | I'm writing a script to remove aliases association with a space | 13:28:21 |
Till |
Child rooms can be removed from a space by omitting the via key of content on the relevant state event, such as through redaction or otherwise clearing the content .
So yes, you can set the content to {}
| 13:30:25 |
Daniel Aloni | Thank you 👌🏼 | 13:31:47 |
| axel changed their display name from axel to axel - away for the afternoon. | 13:52:58 |
| thejonny joined the room. | 14:14:16 |
| Tobi changed their profile picture. | 15:58:09 |
| hdhog | 17:49:32 |
| hdhog changed their profile picture. | 18:04:46 |
| jjj333_p (any pronouns) changed their profile picture. | 18:33:43 |
| @itzzenxx:plus.st left the room. | 19:13:57 |
| David joined the room. | 21:53:48 |
| The Loose Goose joined the room. | 21:54:09 |
1 Jun 2023 |
| axel changed their display name from axel - away for the afternoon to axel. | 08:33:20 |
k4r4b3y | In reply to @ptman:kapsi.fi yes I just got this though.. | 08:51:01 |
k4r4b3y |  Download Screenshot_20230601-115027.png | 08:51:10 |
k4r4b3y | Running dendrite, can't browse the room list on #serai:matrix.org space | 08:51:32 |
panda | In reply to @k4r4b3y:karapara.net sent an image. Enable spaces MSC in the Dendrite config. | 08:51:45 |
k4r4b3y | In reply to @panda:pandas.social Enable spaces MSC in the Dendrite config. How can I do that? | 08:51:58 |
panda | In reply to @k4r4b3y:karapara.net How can I do that? # Configuration for enabling experimental MSCs on this homeserver.
mscs:
mscs:
# - msc2836 # (Threading, see https://github.com/matrix-org/matrix-doc/pull/2836)
- msc2946 # (Spaces Summary, see https://github.com/matrix-org/matrix-doc/pull/2946)
| 08:53:17 |
k4r4b3y | Thanks, I will try that | 08:53:35 |
Till | Also just create an issue for that | 09:04:38 |
panda | I know SAML won't be supported until Dendrite is at least at the same state of Synapse, but it still would be nice to have. | 09:07:53 |
Till | * Also just created an issue for that | 09:08:06 |
panda | * I know SAML won't be supported until Dendrite is at least at the same state of Synapse, but it still would be nice to have.
EDIT: PR for reference: https://github.com/matrix-org/dendrite/pull/2492#issuecomment-1337734365 | 09:11:48 |