Skip to content

Commit

Permalink
Update 3588-stories-as-rooms.md
Browse files Browse the repository at this point in the history
  • Loading branch information
krille-chan authored Dec 23, 2021
1 parent a85561b commit 3bb9af5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions proposals/3588-stories-as-rooms.md
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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"
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 3bb9af5

Please sign in to comment.