mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-02-16 08:24:45 +00:00
FIX: Allowlist topic custom field used by AI Bot (#250)
This commit is contained in:
parent
4877394081
commit
38f383a1e0
@ -125,6 +125,10 @@ module DiscourseAi
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
if plugin.respond_to?(:register_editable_topic_custom_field)
|
||||
plugin.register_editable_topic_custom_field(:ai_persona)
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user