Merge pull request #906 from teviot/teviot-patch-2
Pass-through post creation time when importing posts
Этот коммит содержится в:
@@ -88,6 +88,8 @@ func CreatePost(c *Context, post *model.Post, doUpdateLastViewed bool) (*model.P
|
||||
}
|
||||
}
|
||||
|
||||
post.CreateAt = 0
|
||||
|
||||
post.Hashtags, _ = model.ParseHashtags(post.Message)
|
||||
|
||||
post.UserId = c.Session.UserId
|
||||
|
||||
Ссылка в новой задаче
Block a user