mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-02-17 17:04:08 -05:00
retcols is mandatory. i have no idea how this could ever have worked?
This commit is contained in:
parent
207ef144c5
commit
0f9b633af7
@ -67,6 +67,7 @@ class PresenceStore(SQLBaseStore):
|
|||||||
table="presence_allow_inbound",
|
table="presence_allow_inbound",
|
||||||
keyvalues={"observed_user_id": observed_localpart,
|
keyvalues={"observed_user_id": observed_localpart,
|
||||||
"observer_user_id": observer_userid},
|
"observer_user_id": observer_userid},
|
||||||
|
retcols=["observed_user_id"],
|
||||||
allow_none=True,
|
allow_none=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user