Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Dec 4, 2019
1 parent 09296ee commit 4fbe134
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions proposals/2379-appservice-versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ Homeservers may optionally support an omitted value, which will make it support
by Synapse `<=1.6.X`.

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}/transactions/{txnId}` becomes `/transactions/{txnId}`
- `/_matrix/app/{version}/users/{userId}` becomes `/users/{userId}`
- `/_matrix/app/{version}/rooms/{txnId}` becomes `/rooms/{roomAlias}`

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

Expand Down

0 comments on commit 4fbe134

Please sign in to comment.