mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:06:08 -04:00
Mis-named function
This commit is contained in:
parent
d937f342bb
commit
7b39bcdaae
2 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,7 @@ class PusherStore(SQLBaseStore):
|
|||
defer.returnValue(rows)
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def get_pushers_by_app_user_id(self, user_id):
|
||||
def get_pushers_by_user_id(self, user_id):
|
||||
def r(txn):
|
||||
sql = (
|
||||
"SELECT * FROM pushers"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue