Add room specific settings. Probably broken

This commit is contained in:
Tulir Asokan
2018-09-24 16:01:16 +03:00
parent 5253504df9
commit fc23461445
6 changed files with 111 additions and 66 deletions
+2
View File
@@ -39,6 +39,8 @@ class Portal(Base):
# Matrix portal information
mxid = Column(String, unique=True, nullable=True) # type: Optional[MatrixRoomID]
config = Column(Text, nullable=True)
# Telegram chat metadata
username = Column(String, nullable=True)
title = Column(String, nullable=True)