registration.yaml invite
should also apply retroactively
#37
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?
If OOYE is added to a server and it creates the rooms and then you realise you need to be invited to them, you're in a bit of a pickle. It should apply retroactively to all known rooms.
We can check whether to invite each Matrix user based on whether they have an m.room.member state key in the room.
To avoid checking every
invite
user in every room on startup, this will need some caching on which users have already been invited to which rooms from this feature.Power levels are now applied retroactively.
You can use the
//invite
command on Discord to get into the rooms if you miss the opportunity.