Send channel messages as AS bot if sender is unknown
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user