Malte E
Malte E
- refactor SyncParticipants and updatePowerLevelsAndJoinRule to - set power levels and join rule in initial state - sync pending/requesting/banned members on room creation - bridge room creation with actual group...
I had a puppet invited but not joined and couldn't figure out why
Depends on #501 to create the room when the join request is accepted. There'll be an incompatibility though, this one needs to be rebased after merging #501. I was also...
changed sync-space to support both space sync and group sync. I hope it's OK that it uses two loops rather than one.
I suppose signal sends long messages as attachments with a preview text in the caption. The attached file is `"mimetype": "text/x-signal-plain"`. It contains the full message contents. The bridge should...
When sending a "!"-prefixed matrix command, it gets converted to a "/"-prefixed telegram command. This may be handy at times, but it can also be confusing. I have a group...
See https://github.com/mautrix/signal/pull/510