mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-12 07:19:27 -05:00
/FNARG/d
This commit is contained in:
parent
0ff9aaf6c1
commit
7e9fc9b6af
@ -392,7 +392,6 @@ class PushRuleStore(SQLBaseStore):
|
||||
|
||||
def have_push_rules_changed_for_user(self, user_id, last_id):
|
||||
if not self.push_rules_stream_cache.has_entity_changed(user_id, last_id):
|
||||
logger.error("FNARG")
|
||||
return defer.succeed(False)
|
||||
else:
|
||||
def have_push_rules_changed_txn(txn):
|
||||
|
Loading…
Reference in New Issue
Block a user