diff --git a/app/notification.go b/app/notification.go index 84a2b610b0..1f9bcfee0d 100644 --- a/app/notification.go +++ b/app/notification.go @@ -775,6 +775,7 @@ func (a *App) sendOutOfChannelMentions(sender *model.User, post *model.Post, cha post.UserId, &model.Post{ Id: ephemeralPostId, + RootId: post.RootId, ChannelId: post.ChannelId, Message: message, CreateAt: post.CreateAt + 1,