Posting room ID links or message links should have a via parameter #11
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Spec says:
We can get this from the power_levels event, then find a user who's joined to the room and isn't a sim or the bridge bot.
We can get this from joined_members, I guess. The matrix-react-sdk uses the in-memory state, but we don't have that, so we'll have to call some API.
Also we should use the bridge bot's own homeserver as the first option. If the bridge bot's homeserver did go offline, we wouldn't have a bridge anymore, so it's unlikely people would stick around and keep using the room.
Done in
fd11e3fd10
et al