mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Remove redundent call
Signed-off-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
2d314b771f
commit
812c191939
@ -391,8 +391,6 @@ class WhoamiRestServlet(RestServlet):
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def on_GET(self, request):
|
||||
yield run_on_reactor()
|
||||
|
||||
requester = yield self.auth.get_user_by_req(request)
|
||||
|
||||
defer.returnValue((200, {'user_id': requester.user.to_string()}))
|
||||
|
Loading…
Reference in New Issue
Block a user