about summary refs log tree commit diff stats
path: root/proto
diff options
context:
space:
mode:
Diffstat (limited to 'proto')
-rw-r--r--proto/human.proto4
1 files changed, 4 insertions, 0 deletions
diff --git a/proto/human.proto b/proto/human.proto index d48f687..1c5b463 100644 --- a/proto/human.proto +++ b/proto/human.proto
@@ -212,6 +212,10 @@ message HumanDoorGroups {
212 repeated HumanDoorGroup door_groups = 1; 212 repeated HumanDoorGroup door_groups = 1;
213} 213}
214 214
215message HumanGlobalMetadata {
216 repeated string special_names = 1;
217}
218
215message IdMappings { 219message IdMappings {
216 message RoomIds { 220 message RoomIds {
217 map<string, uint64> panels = 1; 221 map<string, uint64> panels = 1;