Send channel messages as AS bot if sender is unknown

This commit is contained in:
Tulir Asokan
2017-11-30 21:38:55 +02:00
parent eaff8204b8
commit 56ab82cabd
4 changed files with 24 additions and 9 deletions
+1
View File
@@ -210,6 +210,7 @@ class Portal {
console.error(err.stack)
}
}
const sender = await this.app.getTelegramUser(evt.from)
await sender.intent.sendTyping(this.roomID, false)