More temporary debugging (#9932)
Этот коммит содержится в:
коммит произвёл
Carlos Tadeu Panato Junior
родитель
043a455ce3
Коммит
eab2336bb1
@@ -135,6 +135,7 @@ func (a *App) CreatePost(post *model.Post, channel *model.Channel, triggerWebhoo
|
||||
|
||||
post.Hashtags, _ = model.ParseHashtags(post.Message)
|
||||
|
||||
mlog.Debug(model.StringInterfaceToJson(post.Props))
|
||||
if err := a.FillInPostProps(post, channel); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
@@ -159,6 +160,7 @@ func (a *App) CreatePost(post *model.Post, channel *model.Channel, triggerWebhoo
|
||||
}
|
||||
}
|
||||
|
||||
mlog.Debug(model.StringInterfaceToJson(post.Props))
|
||||
result = <-a.Srv.Store.Post().Save(post)
|
||||
if result.Err != nil {
|
||||
return nil, result.Err
|
||||
|
||||
Ссылка в новой задаче
Block a user