Add link to device-specific push rules branch
This commit is contained in:
parent
5a50db2eac
commit
663fbf2323
1 changed files with 5 additions and 2 deletions
|
@ -7,16 +7,19 @@ This release includes the following changes since r0.0.1:
|
||||||
|
|
||||||
- ``POST /rooms/{roomId}/join`` no longer permits use of a room alias instead
|
- ``POST /rooms/{roomId}/join`` no longer permits use of a room alias instead
|
||||||
of a room id. (``POST /join/{roomIdOrAlias}`` continues to allow either.)
|
of a room id. (``POST /join/{roomIdOrAlias}`` continues to allow either.)
|
||||||
|
|
||||||
- ``POST /account/3pid``: correct the name of the ``three_pid_creds``
|
- ``POST /account/3pid``: correct the name of the ``three_pid_creds``
|
||||||
parameter
|
parameter
|
||||||
|
|
||||||
- The "Push Rules" module no longer supports device-specific rules:
|
- The "Push Rules" module no longer supports device-specific rules:
|
||||||
|
|
||||||
- ``GET /pushrules`` no longer returns a ``device`` property
|
- ``GET /pushrules`` no longer returns a ``device`` property
|
||||||
- ``device/{profile_tag}`` is no longer a valid ``scope`` for push rules
|
- ``device/{profile_tag}`` is no longer a valid ``scope`` for push rules
|
||||||
- ``profile_tag`` is no longer a valid kind of condition on push rules.
|
- ``profile_tag`` is no longer a valid kind of condition on push rules.
|
||||||
|
|
||||||
|
(Device-specific push rules will be reintroduced in the future; in the
|
||||||
|
meantime, their specification has been moved to a `draft branch`__.)
|
||||||
|
|
||||||
|
__ https://matrix.org/speculator/spec/drafts%2Freinstate_device_push_rules/
|
||||||
|
|
||||||
- Changes to the API which will be backwards-compatible for clients:
|
- Changes to the API which will be backwards-compatible for clients:
|
||||||
|
|
||||||
- New endpoints:
|
- New endpoints:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue