From 97761e07a91682fae54beaec0072483a127b57e5 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Wed, 20 Jan 2021 23:34:45 +0100 Subject: [PATCH] Fix #bot avatar --- apps/participation/management/commands/fix_matrix_channels.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/participation/management/commands/fix_matrix_channels.py b/apps/participation/management/commands/fix_matrix_channels.py index a2dd5be..b1b1a06 100644 --- a/apps/participation/management/commands/fix_matrix_channels.py +++ b/apps/participation/management/commands/fix_matrix_channels.py @@ -130,6 +130,7 @@ class Command(BaseCommand): Matrix.set_room_avatar("#bienvenue:tfjm.org", avatar_uri) Matrix.set_room_avatar("#bot:tfjm.org", avatar_uri) Matrix.set_room_avatar("#cno:tfjm.org", avatar_uri) + Matrix.set_room_avatar("#dev-bot:tfjm.org", avatar_uri) Matrix.set_room_avatar("#faq:tfjm.org", avatar_uri) Matrix.set_room_avatar("#flood:tfjm.org", avatar_uri) Matrix.set_room_avatar("#je-cherche-une-equipe:tfjm.org", avatar_uri)