Skip to content

Commit

Permalink
DEV: ensure far-copy icon is included in subset (#841)
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomerobot authored Oct 16, 2024
1 parent 7919173 commit 25cc038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ai_helper/entry_point.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 25cc038

Please sign in to comment.