From cdd39c9c713cc73eafd32fef41993fdfe7eb72df Mon Sep 17 00:00:00 2001 From: Niloth P <20315308+Niloth-p@users.noreply.github.com> Date: Tue, 25 Feb 2025 02:53:47 +0530 Subject: [PATCH] integrations: Move big-blue-button logo to the default path. --- .../{bigbluebutton.png => big-blue-button.png} | Bin .../{bigbluebutton.svg => big-blue-button.svg} | 0 zerver/lib/integrations.py | 1 - 3 files changed, 1 deletion(-) rename static/images/integrations/bot_avatars/{bigbluebutton.png => big-blue-button.png} (100%) rename static/images/integrations/logos/{bigbluebutton.svg => big-blue-button.svg} (100%) diff --git a/static/images/integrations/bot_avatars/bigbluebutton.png b/static/images/integrations/bot_avatars/big-blue-button.png similarity index 100% rename from static/images/integrations/bot_avatars/bigbluebutton.png rename to static/images/integrations/bot_avatars/big-blue-button.png diff --git a/static/images/integrations/logos/bigbluebutton.svg b/static/images/integrations/logos/big-blue-button.svg similarity index 100% rename from static/images/integrations/logos/bigbluebutton.svg rename to static/images/integrations/logos/big-blue-button.svg diff --git a/zerver/lib/integrations.py b/zerver/lib/integrations.py index 14a8a36b72..1934d9149f 100644 --- a/zerver/lib/integrations.py +++ b/zerver/lib/integrations.py @@ -499,7 +499,6 @@ INTEGRATIONS: dict[str, Integration] = { "big-blue-button": Integration( "big-blue-button", ["communication"], - logo="images/integrations/logos/bigbluebutton.svg", display_name="BigBlueButton", doc="zerver/integrations/big-blue-button.md", ),