mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 02:54:52 -04:00
Fixup
This commit is contained in:
parent
195abfe7a5
commit
82d8c1bacb
2 changed files with 5 additions and 5 deletions
|
@ -1095,8 +1095,8 @@ class GroupServerStore(SQLBaseStore):
|
|||
group_id (str)
|
||||
user_id (str)
|
||||
"""
|
||||
return self._simple_update_one(
|
||||
table="_simple_delete",
|
||||
return self._simple_delete(
|
||||
table="group_attestations_renewals",
|
||||
keyvalues={
|
||||
"group_id": group_id,
|
||||
"user_id": user_id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue