From d551934ec1b55691f1f073cff11d63bf514fb56b Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Thu, 1 Nov 2018 01:55:54 +0200 Subject: [PATCH] Fix command suggestion when trying to bridge non-whitelisted chat --- mautrix_telegram/commands/portal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mautrix_telegram/commands/portal.py b/mautrix_telegram/commands/portal.py index e4e7b30e..06256d50 100644 --- a/mautrix_telegram/commands/portal.py +++ b/mautrix_telegram/commands/portal.py @@ -198,7 +198,7 @@ async def bridge(evt: CommandEvent) -> Dict: if not portal.allow_bridging(): return await evt.reply("This bridge doesn't allow bridging that Telegram chat.\n" "If you're the bridge admin, try " - "`$cmdprefix+sp whitelist ` first.") + "`$cmdprefix+sp filter whitelist ` first.") if portal.mxid: has_portal_message = ( "That Telegram chat already has a portal at "