mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:06:07 -04:00
parent
4504151546
commit
46f4be94b4
6 changed files with 429 additions and 69 deletions
|
@ -46,7 +46,7 @@ class FakeChannel:
|
|||
|
||||
site = attr.ib(type=Site)
|
||||
_reactor = attr.ib()
|
||||
result = attr.ib(default=attr.Factory(dict))
|
||||
result = attr.ib(type=dict, default=attr.Factory(dict))
|
||||
_producer = None
|
||||
|
||||
@property
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue