1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-05 07:26:52 +00:00

retcols is mandatory. i have no idea how this could ever have worked?

This commit is contained in:
Matthew Hodgson 2014-08-16 01:46:35 +01:00
parent 207ef144c5
commit 0f9b633af7

View file

@ -67,6 +67,7 @@ class PresenceStore(SQLBaseStore):
table="presence_allow_inbound",
keyvalues={"observed_user_id": observed_localpart,
"observer_user_id": observer_userid},
retcols=["observed_user_id"],
allow_none=True,
)