ruma / homeserver

A Matrix homeserver written in Rust.
https://www.ruma.io/
1.08k stars 41 forks source link

Increase power levels for all users invited to trusted private chats #153

Closed mujx closed 7 years ago

mujx commented 7 years ago
jimmycuadra commented 7 years ago

Really nice work. I especially like that use of HashSet::from_iter when creating memberships. I don't know why I didn't make the room visibility an enum in the first place. Seems obvious now!