Fix background update that prematurely stopped

pull/1697/head
Erik Johnston 2016-12-12 16:54:16 +00:00
parent d431c0924c
commit 7ec2bf9b77
1 changed files with 1 additions and 1 deletions

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