Merge branch 'master' into develop
# Conflicts: # front/src/Connexion/RoomConnection.ts # front/src/Phaser/Menu/ReportMenu.ts
This commit is contained in:
@@ -350,6 +350,7 @@ message AdminMessage {
|
||||
string message = 1;
|
||||
string recipientUuid = 2;
|
||||
string roomId = 3;
|
||||
string type = 4;
|
||||
}
|
||||
|
||||
// A message sent by an administrator to everyone in a specific room
|
||||
@@ -366,6 +367,8 @@ message AdminGlobalMessage {
|
||||
message BanMessage {
|
||||
string recipientUuid = 1;
|
||||
string roomId = 2;
|
||||
string type = 3;
|
||||
string message = 4;
|
||||
}
|
||||
|
||||
message EmptyMessage {
|
||||
|
||||
Reference in New Issue
Block a user