mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-21 15:34:11 -04:00
Remove duplicate return statement
This commit is contained in:
parent
8fde611a8c
commit
58a755cdc3
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue