FIX: report discobot messages as system messages instead of user-to-user
This commit is contained in:
parent
76981605fa
commit
d1d43ff5d9
|
@ -184,7 +184,8 @@ module DiscourseNarrativeBot
|
|||
opts = {
|
||||
title: I18n.t("#{I18N_KEY}.hello.title", title: SiteSetting.title),
|
||||
target_usernames: @user.username,
|
||||
archetype: Archetype.private_message
|
||||
archetype: Archetype.private_message,
|
||||
subtype: TopicSubtype.system_message,
|
||||
}
|
||||
|
||||
if @post &&
|
||||
|
|
Loading…
Reference in New Issue