mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Remove duplicate return statement
This commit is contained in:
parent
8fde611a8c
commit
58a755cdc3
@ -278,7 +278,6 @@ class DirectoryHandler(BaseHandler):
|
|||||||
servers = list(servers)
|
servers = list(servers)
|
||||||
|
|
||||||
return {"room_id": room_id, "servers": servers}
|
return {"room_id": room_id, "servers": servers}
|
||||||
return
|
|
||||||
|
|
||||||
@defer.inlineCallbacks
|
@defer.inlineCallbacks
|
||||||
def on_directory_query(self, args):
|
def on_directory_query(self, args):
|
||||||
|
Loading…
Reference in New Issue
Block a user