mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
DEV: Remove customer flair from being an official plugin (#15315)
This commit is contained in:
@ -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",
|
||||
|
@ -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")
|
||||
|
Reference in New Issue
Block a user