summary refs log tree commit diff stats
path: root/proto
diff options
context:
space:
mode:
Diffstat (limited to 'proto')
-rw-r--r--proto/data.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/data.proto b/proto/data.proto index 0d43168..498543c 100644 --- a/proto/data.proto +++ b/proto/data.proto
@@ -187,6 +187,7 @@ message Room {
187message Map { 187message Map {
188 optional uint64 id = 1; 188 optional uint64 id = 1;
189 optional string name = 2; 189 optional string name = 2;
190 optional string display_name = 3;
190} 191}
191 192
192message AllObjects { 193message AllObjects {