mirror of
https://github.com/PabloMK7/citra.git
synced 2025-11-30 04:18:47 +00:00
Based on the `roles` payload in the JWT, the rooms will now give mod permission to Citra Community Moderators. To notify the client of its permissions, a new response, IdJoinSuccessAsMod is added, and there's now a new RoomMember::State called Moderator. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| network.cpp | ||
| network.h | ||
| packet.cpp | ||
| packet.h | ||
| room.cpp | ||
| room.h | ||
| room_member.cpp | ||
| room_member.h | ||
| verify_user.cpp | ||
| verify_user.h | ||