mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-26 02:48:37 +01:00
Add append flag to pushers to support multiple accounts.
This commit is contained in:
parent
c1d7e82d29
commit
07c4d6cd21
|
|
@ -40,6 +40,11 @@ data
|
|||
A dictionary of information for the pusher implementation itself. For HTTP
|
||||
pushers, this must contain a 'url' key which is a string of the URL that
|
||||
should be used to send notifications.
|
||||
append
|
||||
If this is set to boolean true, the Home Server should add another pusher
|
||||
with the given pushkey and App ID in addition to any others with different
|
||||
user IDs. Otherwise, the Home Server must remove any other pushers with the
|
||||
same App ID and pushkey for different users. The default is false.
|
||||
|
||||
If the pusher was created successfully, a JSON dictionary is returned (which may
|
||||
be empty).
|
||||
|
|
|
|||
Loading…
Reference in a new issue