Remove broken AS bot displayname config option

This commit is contained in:
Tulir Asokan
2017-11-16 19:23:43 +02:00
parent 0c1bfb2e57
commit e95873b4ec
2 changed files with 0 additions and 5 deletions
-3
View File
@@ -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() {