mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-11 13:14:20 -05:00
Fix a storage desc
This commit is contained in:
parent
6f443a74cf
commit
8209b5f033
@ -868,7 +868,7 @@ class GroupServerStore(SQLBaseStore):
|
|||||||
"group_id": group_id,
|
"group_id": group_id,
|
||||||
},
|
},
|
||||||
updatevalues=profile,
|
updatevalues=profile,
|
||||||
desc="create_group",
|
desc="update_group_profile",
|
||||||
)
|
)
|
||||||
|
|
||||||
def get_attestations_need_renewals(self, valid_until_ms):
|
def get_attestations_need_renewals(self, valid_until_ms):
|
||||||
|
Loading…
Reference in New Issue
Block a user