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

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