Merge pull request #1697 from matrix-org/erikj/fix_bg_member

Fix background update that prematurely stopped
This commit is contained in:
Erik Johnston 2016-12-12 17:20:17 +00:00 committed by GitHub
commit 8588d0eb3d

View File

@ -534,7 +534,7 @@ class RoomMemberStore(SQLBaseStore):
txn, _MEMBERSHIP_PROFILE_UPDATE_NAME, progress
)
return len(to_update)
return len(rows)
result = yield self.runInteraction(
_MEMBERSHIP_PROFILE_UPDATE_NAME, add_membership_profile_txn