Skip to content

Commit

Permalink
s/txnId/roomAlias
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Dec 4, 2019
1 parent 4fbe134 commit 4ce981b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/2379-appservice-versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The legacy paths omit the /_matrix/app/{version} prefix entirely for:

- `/_matrix/app/{version}/transactions/{txnId}` becomes `/transactions/{txnId}`
- `/_matrix/app/{version}/users/{userId}` becomes `/users/{userId}`
- `/_matrix/app/{version}/rooms/{txnId}` becomes `/rooms/{roomAlias}`
- `/_matrix/app/{version}/rooms/{roomAlias}` becomes `/rooms/{roomAlias}`

Additionally, the `{version}` for the Third party network routes is always set to `unstable`.

Expand Down

0 comments on commit 4ce981b

Please sign in to comment.