1
0
mirror of synced 2026-08-05 01:36:54 +00:00

UX: do not show composer education message if the post is whisper (#152)

This commit is contained in:
Arpit Jalan
2021-08-19 09:33:00 +05:30
committed by GitHub
parent 8bf5437020
commit 13168027eb
+2 -1
View File
@@ -680,8 +680,9 @@ SQL
{
id: 'solved_topic',
templateName: 'education',
wait_for_typing: false,
wait_for_typing: true,
extraClass: 'education-message',
hide_if_whisper: true,
body: PrettyText.cook(I18n.t('education.topic_is_solved', base_url: Discourse.base_url))
}
end