mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-09 22:59:24 -05:00
Merge branch 'client_v2_filter' into client_v2_sync
This commit is contained in:
commit
7ceda8bf3d
3 changed files with 166 additions and 164 deletions
|
|
@ -59,7 +59,7 @@ class GetFilterRestServlet(RestServlet):
|
|||
filter_id=filter_id,
|
||||
)
|
||||
|
||||
defer.returnValue((200, filter))
|
||||
defer.returnValue((200, filter.filter_json))
|
||||
except KeyError:
|
||||
raise SynapseError(400, "No such filter")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue