From 9aa11bfa5b0b4481568440e8b0f6a2478b1a3a24 Mon Sep 17 00:00:00 2001 From: Ryan Lahfa Date: Mon, 12 Feb 2024 15:46:25 +0100 Subject: [PATCH] =?UTF-8?q?telegram:=20=C3=A0=20sa=20demande=20la=20majest?= =?UTF-8?q?=C3=A9=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ryan Lahfa --- profiles/telegram-bot.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profiles/telegram-bot.nix b/profiles/telegram-bot.nix index 194fc8c..969dd44 100644 --- a/profiles/telegram-bot.nix +++ b/profiles/telegram-bot.nix @@ -16,6 +16,8 @@ domain = "federez.net"; }; bridge = { + relay_user_distinguishers = [ "🔴" "🟠" "🟡" "🟢" "🔵" "🟣" "🟤" "⚫" "⚪" "🟥" "🟧" "🟨" "🟩" "🟦" "🟪" "🟫" "⬜" "🔶" "🔷" ]; + username_template = "telegram_{userid}"; alias_template = "telegram_{groupname}"; displayname_template = "{displayname}";