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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

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