MM-13220: Fixes for bulk export problems (#9980)
* MM-13220: Fixes for bulk export problems * fixing tests
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
a7b6c71421
Коммит
febc5115fd
@@ -132,9 +132,9 @@ func ImportReplyFromPost(post *model.ReplyForExport) *ReplyImportData {
|
||||
}
|
||||
}
|
||||
|
||||
func ImportReactionFromPost(reaction *model.Reaction) *ReactionImportData {
|
||||
func ImportReactionFromPost(user *model.User, reaction *model.Reaction) *ReactionImportData {
|
||||
return &ReactionImportData{
|
||||
User: &reaction.UserId,
|
||||
User: &user.Username,
|
||||
EmojiName: &reaction.EmojiName,
|
||||
CreateAt: &reaction.CreateAt,
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user