add RootId to out-of-channel-mentions ephemeral post for that to render at RHS (#7726)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
827fbfa87d
Коммит
1e2506b2df
@@ -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,
|
||||
|
||||
Ссылка в новой задаче
Block a user