mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Implemention of slack import feature.
This commit is contained in:
@@ -120,7 +120,9 @@ func (o *Post) PreSave() {
|
||||
|
||||
o.OriginalId = ""
|
||||
|
||||
o.CreateAt = GetMillis()
|
||||
if o.CreateAt <= 0 {
|
||||
o.CreateAt = GetMillis()
|
||||
}
|
||||
o.UpdateAt = o.CreateAt
|
||||
|
||||
if o.Props == nil {
|
||||
|
||||
Reference in New Issue
Block a user