From 25cc03809af9563c10caea816f8bb9f1db0661d0 Mon Sep 17 00:00:00 2001 From: Kris Date: Wed, 16 Oct 2024 12:32:13 -0400 Subject: [PATCH] DEV: ensure far-copy icon is included in subset (#841) --- lib/ai_helper/entry_point.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ai_helper/entry_point.rb b/lib/ai_helper/entry_point.rb index 31a854f6..9b447398 100644 --- a/lib/ai_helper/entry_point.rb +++ b/lib/ai_helper/entry_point.rb @@ -7,7 +7,7 @@ def inject_into(plugin) Rails.root.join("plugins", "discourse-ai", "db", "fixtures", "ai_helper"), ) - additional_icons = %w[spell-check language images] + additional_icons = %w[spell-check language images far-copy] additional_icons.each { |icon| plugin.register_svg_icon(icon) } plugin.add_to_serializer(:current_user, :can_use_assistant) do