mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-09-18 17:54:34 -04:00
Oops, bad merge: needed to change the base class of the rest servlets too.
This commit is contained in:
parent
03149ad23a
commit
20c47383dc
3 changed files with 7 additions and 6 deletions
|
@ -269,8 +269,9 @@ class Pusher(object):
|
|||
def dispatch_push(self, p, tweaks):
|
||||
"""
|
||||
Overridden by implementing classes to actually deliver the notification
|
||||
:param p: The event to notify for as a single event from the event stream
|
||||
:return: If the notification was delivered, an array containing any
|
||||
Args:
|
||||
p The event to notify for as a single event from the event stream
|
||||
Returns: If the notification was delivered, an array containing any
|
||||
pushkeys that were rejected by the push gateway.
|
||||
False if the notification could not be delivered (ie.
|
||||
should be retried).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue