mirror of
https://github.com/matrix-org/synapse.git
synced 2025-10-29 07:11:36 +01: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
@ -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…
x
Reference in New Issue
Block a user