Fix Telegram -> Matrix image bridging

This commit is contained in:
Tulir Asokan
2018-02-21 17:11:47 +02:00
parent 6e1d497e66
commit 03734a6745
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ class TelegramFile(Base):
mxc = Column(String)
mime_type = Column(String)
was_converted = Column(Boolean)
timestamp = Column(BigInteger, primary_key=True)
timestamp = Column(BigInteger)
def init(db_session):