Remove broken AS bot displayname config option
This commit is contained in:
@@ -61,9 +61,6 @@ class MautrixTelegram {
|
||||
const user = MatrixUser.fromEntry(this, entry)
|
||||
this.matrixUsersByID.set(entry.id, user)
|
||||
}
|
||||
// FIXME this doesn't work for setting the displayname of the bot.
|
||||
// .then(() =>
|
||||
// this.botIntent.setDisplayName(this.config.bridge.bot_displayname))
|
||||
}
|
||||
|
||||
get bot() {
|
||||
|
||||
Reference in New Issue
Block a user