From 9fd1a00eefeba91e983e325fe6f2d067fcec7628 Mon Sep 17 00:00:00 2001 From: Natalie Tay Date: Wed, 15 Dec 2021 22:30:50 +0800 Subject: [PATCH] DEV: Remove customer flair from being an official plugin (#15315) --- lib/plugin/metadata.rb | 1 - spec/components/plugin/metadata_spec.rb | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/plugin/metadata.rb b/lib/plugin/metadata.rb index b4135dee96d..76bf2965565 100644 --- a/lib/plugin/metadata.rb +++ b/lib/plugin/metadata.rb @@ -9,7 +9,6 @@ class Plugin::Metadata # TODO: Remove this after everyone upgraded `discourse-canned-replies` # to the renamed version. "Canned Replies", - "customer-flair", "discourse-adplugin", "discourse-affiliate", "discourse-akismet", diff --git a/spec/components/plugin/metadata_spec.rb b/spec/components/plugin/metadata_spec.rb index 6dd0ac000e6..eff00b0fc85 100644 --- a/spec/components/plugin/metadata_spec.rb +++ b/spec/components/plugin/metadata_spec.rb @@ -44,7 +44,6 @@ TEXT end it "correctly detects official vs unofficial plugins" do - official("customer-flair") official("discourse-adplugin") official("discourse-akismet") official("discourse-cakeday")