mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-24 07:59:25 -05:00
Remove TODO note about request fields being strings - they're always strings
This commit is contained in:
parent
d7b42afc74
commit
f3afd6ef1a
@ -38,8 +38,6 @@ class ThirdPartyUserServlet(RestServlet):
|
|||||||
fields = request.args
|
fields = request.args
|
||||||
del fields["access_token"]
|
del fields["access_token"]
|
||||||
|
|
||||||
# TODO(paul): Some type checking on the request args might be nice
|
|
||||||
# They should probably all be strings
|
|
||||||
results = yield self.appservice_handler.query_3pu(protocol, fields)
|
results = yield self.appservice_handler.query_3pu(protocol, fields)
|
||||||
|
|
||||||
defer.returnValue((200, results))
|
defer.returnValue((200, results))
|
||||||
|
Loading…
Reference in New Issue
Block a user