forked from MirrorHub/synapse
Remove TODO note about request fields being strings - they're always strings
This commit is contained in:
parent
d7b42afc74
commit
f3afd6ef1a
1 changed files with 0 additions and 2 deletions
|
@ -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 a new issue