minkan-chat / server

This repository keeps the backend implementation for the Minkan end-to-end encrypted messenger.
GNU Affero General Public License v3.0
14 stars 1 forks source link

Access Control #3

Open oleggtro opened 2 years ago

oleggtro commented 2 years ago

As already started in b1996fb we should continue using bitflags and a role based system to limit access to certain channels.

oleggtro commented 2 years ago

Note that this is only true in public groups / servers. In dm groups I would propose having one owner and everyone else is a member.