Skip to content
Snippets Groups Projects
Commit 38fbf4fe authored by Tulir Asokan's avatar Tulir Asokan :cat2:
Browse files

Update mautrix-python

parent 7f95913a
No related branches found
No related tags found
No related merge requests found
......@@ -8,11 +8,6 @@ from .user import User
from .user_portal import UserPortal
from .user_contact import Contact
try:
from mautrix.bridge.db.nio_state_store import init as init_nio_db
except ImportError:
init_nio_db = None
def init(db_engine) -> None:
for table in (Portal, Message, Reaction, User, Puppet, UserPortal, Contact, UserProfile,
......@@ -21,5 +16,3 @@ def init(db_engine) -> None:
table.t = table.__table__
table.c = table.t.c
table.column_names = table.c.keys()
if init_nio_db:
init_nio_db(db_engine)
......@@ -4,5 +4,5 @@ alembic>=1,<2
ruamel.yaml>=0.15.94,<0.17
commonmark>=0.8,<0.10
python-magic>=0.4,<0.5
mautrix==0.6.0.beta4
mautrix==0.6.0.beta5
fbchat-asyncio>=0.6.10,<0.7
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment