Skip to content
Snippets Groups Projects
Commit 7ec2bf9b authored by Erik Johnston's avatar Erik Johnston
Browse files

Fix background update that prematurely stopped

parent d431c092
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment