mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
don't need to return the hidden column any more
This commit is contained in:
parent
73b26f827c
commit
d78a4fe156
@ -52,7 +52,7 @@ class DeviceWorkerStore(SQLBaseStore):
|
||||
return self._simple_select_one(
|
||||
table="devices",
|
||||
keyvalues={"user_id": user_id, "device_id": device_id, "hidden": False},
|
||||
retcols=("user_id", "device_id", "display_name", "hidden"),
|
||||
retcols=("user_id", "device_id", "display_name"),
|
||||
desc="get_device",
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user