summaryrefslogtreecommitdiffstats
path: root/app/post.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/post.go')
-rw-r--r--app/post.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/post.go b/app/post.go
index bcba922a6..94f4acbe7 100644
--- a/app/post.go
+++ b/app/post.go
@@ -357,9 +357,6 @@ func (a *App) PatchPost(postId string, patch *model.PostPatch) (*model.Post, *mo
return nil, err
}
- a.sendUpdatedPostEvent(updatedPost)
- a.InvalidateCacheForChannelPosts(updatedPost.ChannelId)
-
return updatedPost, nil
}