Revert "Update ban feature"

This reverts commit d2ee52ce43.
This commit is contained in:
Gregoire Parant 2021-01-15 03:15:14 +01:00
parent d2ee52ce43
commit 8c9e9522db
10 changed files with 26 additions and 68 deletions

View file

@ -220,7 +220,6 @@ message JoinRoomMessage {
string userUuid = 4;
string roomId = 5;
repeated string tag = 6;
string IPAddress = 7;
}
message UserJoinedZoneMessage {
@ -309,8 +308,8 @@ message ServerToAdminClientMessage {
message ServerToAdminClientMessage {
oneof message {
string userUuidNameJoinedRoom = 1;
string userUuidNameLeftRoom = 2;
string userUuidJoinedRoom = 1;
string userUuidLeftRoom = 2;
}
}