Add append flag to pushers to support multiple accounts.
This commit is contained in:
parent
c1d7e82d29
commit
07c4d6cd21
1 changed files with 5 additions and 0 deletions
|
@ -40,6 +40,11 @@ data
|
||||||
A dictionary of information for the pusher implementation itself. For HTTP
|
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
|
pushers, this must contain a 'url' key which is a string of the URL that
|
||||||
should be used to send notifications.
|
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
|
If the pusher was created successfully, a JSON dictionary is returned (which may
|
||||||
be empty).
|
be empty).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue