mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:46:08 -04:00
Supply auth_chain along with current state in '/state/', fetch auth events from a remote server if we are missing some of them
This commit is contained in:
parent
dbe77ec79a
commit
041ac476a5
4 changed files with 56 additions and 32 deletions
|
@ -120,5 +120,5 @@ class Signal(object):
|
|||
results = []
|
||||
for deferred in deferreds:
|
||||
result = yield deferred
|
||||
results.append(results)
|
||||
results.append(result)
|
||||
defer.returnValue(results)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue