Implemention of slack import feature.

This commit is contained in:
Christopher Speller
2015-07-07 09:16:13 -04:00
parent 7004a348b5
commit d78ebab108
11 changed files with 556 additions and 4 deletions

View File

@@ -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 {