Этот коммит содержится в:
Harshil Sharma
2024-11-19 17:50:37 +05:30
коммит произвёл GitHub
родитель 03a4462b19
Коммит 05abb39019

Просмотреть файл

@@ -915,7 +915,7 @@ func patchPost(c *Context, w http.ResponseWriter, r *http.Request) {
}
// Updating the file_ids of a post is not a supported operation and will be ignored
//post.FileIds = nil
post.FileIds = nil
originalPost, err := c.App.GetSinglePost(c.AppContext, c.Params.PostId, false)
if err != nil {