mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04: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
|
||||
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)
|
||||
|
||||
defer.returnValue((200, results))
|
||||
|
Loading…
Reference in New Issue
Block a user