Compare commits
3 Commits
v0.9.0-rc3
..
v0.9.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 95920728f4 | |||
| e85be95d2d | |||
| 3006b3ab3b |
@@ -1,2 +1,2 @@
|
|||||||
__version__ = "0.9.0rc3"
|
__version__ = "0.9.0"
|
||||||
__author__ = "Tulir Asokan <tulir@maunium.net>"
|
__author__ = "Tulir Asokan <tulir@maunium.net>"
|
||||||
|
|||||||
@@ -523,7 +523,7 @@ def init(context: Context) -> None:
|
|||||||
global config
|
global config
|
||||||
BasePortal.az, config, BasePortal.loop, BasePortal.bot = context.core
|
BasePortal.az, config, BasePortal.loop, BasePortal.bot = context.core
|
||||||
BasePortal.matrix = context.mx
|
BasePortal.matrix = context.mx
|
||||||
BasePortal.bridge = context.bridge
|
MautrixBasePortal.bridge = context.bridge
|
||||||
BasePortal.max_initial_member_sync = config["bridge.max_initial_member_sync"]
|
BasePortal.max_initial_member_sync = config["bridge.max_initial_member_sync"]
|
||||||
BasePortal.sync_channel_members = config["bridge.sync_channel_members"]
|
BasePortal.sync_channel_members = config["bridge.sync_channel_members"]
|
||||||
BasePortal.sync_matrix_state = config["bridge.sync_matrix_state"]
|
BasePortal.sync_matrix_state = config["bridge.sync_matrix_state"]
|
||||||
|
|||||||
+1
-1
@@ -5,6 +5,6 @@ python-magic>=0.4,<0.5
|
|||||||
commonmark>=0.8,<0.10
|
commonmark>=0.8,<0.10
|
||||||
aiohttp>=3,<4
|
aiohttp>=3,<4
|
||||||
yarl>=1,<2
|
yarl>=1,<2
|
||||||
mautrix>=0.8.2,<0.9
|
mautrix>=0.8.3,<0.9
|
||||||
telethon>=1.17,<1.18
|
telethon>=1.17,<1.18
|
||||||
telethon-session-sqlalchemy>=0.2.14,<0.3
|
telethon-session-sqlalchemy>=0.2.14,<0.3
|
||||||
|
|||||||
Reference in New Issue
Block a user