Merge pull request #409 from cubesky/master
Fix mautrix-python import error.
This commit is contained in:
@@ -24,7 +24,8 @@ def log(message, end="\n"):
|
|||||||
|
|
||||||
|
|
||||||
def connect(to):
|
def connect(to):
|
||||||
from mautrix.bridge.db import Base, RoomState, UserProfile
|
from mautrix.util.db import Base
|
||||||
|
from mautrix.bridge.db import RoomState, UserProfile
|
||||||
from mautrix_telegram.db import (Portal, Message, UserPortal, User, Contact, Puppet, BotChat,
|
from mautrix_telegram.db import (Portal, Message, UserPortal, User, Contact, Puppet, BotChat,
|
||||||
TelegramFile)
|
TelegramFile)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user