Add option to send bot messages as m.notice. Fixes #121

This commit is contained in:
Tulir Asokan
2018-04-29 23:48:02 +03:00
parent 8354bf6bb5
commit 73e7b8f635
6 changed files with 41 additions and 6 deletions
+1
View File
@@ -94,6 +94,7 @@ class Puppet(Base):
displayname = Column(String, nullable=True)
username = Column(String, nullable=True)
photo_id = Column(String, nullable=True)
is_bot = Column(Boolean, nullable=True)
# Fucking Telegram not telling bots what chats they are in 3:<