From 3bb9af5c26220efe70f5788faad446113a6bd1a4 Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Thu, 23 Dec 2021 12:21:44 +0100 Subject: [PATCH] Update 3588-stories-as-rooms.md --- proposals/3588-stories-as-rooms.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/proposals/3588-stories-as-rooms.md b/proposals/3588-stories-as-rooms.md index 24b3c8b5271..113bc4111bb 100644 --- a/proposals/3588-stories-as-rooms.md +++ b/proposals/3588-stories-as-rooms.md @@ -32,7 +32,7 @@ If a user has less than 30 DM rooms, it should be fine that the client just pres ```json { "creation_content": { - "type": "msc3588.stories.stories_room" + "type": "msc3588.stories.stories-room" }, "preset": "private_chat", "power_level_content_over": { @@ -58,7 +58,7 @@ If a user has less than 30 DM rooms, it should be fine that the client just pres ```json { - "type": "msc3588.stories.block_list", + "type": "msc3588.stories.block-list", "content": { "users": [ "@charley:example.com" @@ -98,9 +98,9 @@ The GUI should make clear who can see the stories and should inform the user tha ## Unstable prefix -`msc3588.stories.stories_room` +`msc3588.stories.stories-room` -`msc3588.stories.block_list` +`msc3588.stories.block-list` ## Dependencies