1
0
mirror of synced 2026-08-05 07:16:54 +00:00

FIX: Allowlist topic custom field used by AI Bot (#250)

This commit is contained in:
Roman Rizzi
2023-10-11 19:14:19 -03:00
committed by GitHub
parent 4877394081
commit 38f383a1e0
+4
View File
@@ -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