From 60234d0880e413660e4d39c3324b554462c34019 Mon Sep 17 00:00:00 2001 From: na Date: Thu, 4 May 2023 13:24:14 +0700 Subject: [PATCH] [MM-47492] - Don't count system messages as replies to a thread (#23022) * [MM-47492] - Don't count system messages as replies to a thread * Add test assertion * revert store changes` --------- Co-authored-by: Nevyana Angelova Co-authored-by: Mattermost Build --- server/channels/app/channel.go | 1 - 1 file changed, 1 deletion(-) diff --git a/server/channels/app/channel.go b/server/channels/app/channel.go index 162254b84b..833d005ef5 100644 --- a/server/channels/app/channel.go +++ b/server/channels/app/channel.go @@ -2408,7 +2408,6 @@ func (a *App) PostAddToChannelMessage(c request.CTX, user *model.User, addedUser Message: message, Type: postType, UserId: user.Id, - RootId: postRootId, Props: model.StringInterface{ "userId": user.Id, "username": user.Username,