DEV: Remove customer flair from being an official plugin (#15315)
This commit is contained in:
parent
3b3e572ce6
commit
9fd1a00eef
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue