pull/618/head
Mark Haines 2016-03-04 15:54:09 +00:00
parent 0ff9aaf6c1
commit 7e9fc9b6af
1 changed files with 0 additions and 1 deletions

View File

@ -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):