mirror of
https://ghfast.top/https://github.com/discourse/discourse-ai.git
synced 2026-07-18 11:49:33 +08:00
Allows related topics to show up for logged on users - Introduces a new "Related Topics" block above suggested when related topics exist - Renames `ai_embeddings_semantic_suggested_topics_anons_enabled` -> `ai_embeddings_semantic_suggested_topics_enabled` (given it is only deployed on 1 site not bothering with a migration) - Adds an integration test to ensure data arrives correctly on the client
6 lines
No EOL
183 B
Handlebars
6 lines
No EOL
183 B
Handlebars
<div>
|
|
<h3 id="related-topics-title" class="related-topics-title">
|
|
{{i18n "discourse_ai.related_topics.title"}}
|
|
</h3>
|
|
<BasicTopicList @topics={{this.relatedTopics}} />
|
|
</div> |