mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-28 23:20:09 +03:00
Merge pull request #1697 from matrix-org/erikj/fix_bg_member
Fix background update that prematurely stopped
This commit is contained in:
commit
8588d0eb3d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue