From b4c2cba4062003c2e915e8249571d5ac1f4e69b2 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Fri, 4 Sep 2015 13:31:51 +0100 Subject: [PATCH] State key should be empty --- event-schemas/examples/v1/m.room.history_visibility | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/event-schemas/examples/v1/m.room.history_visibility b/event-schemas/examples/v1/m.room.history_visibility index ad1ea9ae..fcc3f881 100644 --- a/event-schemas/examples/v1/m.room.history_visibility +++ b/event-schemas/examples/v1/m.room.history_visibility @@ -3,7 +3,7 @@ "content": { "history_visibility": "shared" }, - "state_key": "localhost", + "state_key": "", "origin_server_ts": 1431961217939, "event_id": "$WLGTSEFSEF:localhost", "type": "m.room.history_visibility",