mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Easy on the newlines
This commit is contained in:
parent
dd3abbd61f
commit
30fbba168b
@ -47,7 +47,6 @@ class PusherPool:
|
|||||||
if p.user_name == user_name:
|
if p.user_name == user_name:
|
||||||
yield p.presence_changed(state)
|
yield p.presence_changed(state)
|
||||||
|
|
||||||
|
|
||||||
@defer.inlineCallbacks
|
@defer.inlineCallbacks
|
||||||
def start(self):
|
def start(self):
|
||||||
pushers = yield self.store.get_all_pushers()
|
pushers = yield self.store.get_all_pushers()
|
||||||
|
Loading…
Reference in New Issue
Block a user