summaryrefslogtreecommitdiffstats
path: root/webapp/components/edit_post_modal.jsx
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2016-06-06 16:49:13 -0300
committerJoram Wilander <jwawilander@gmail.com>2016-06-06 15:49:13 -0400
commita3bdf448ebd9dd585f033fd3194c917dcd8fe163 (patch)
tree87ced631ab6f0c99398a00ee1e5c1cb05605b761 /webapp/components/edit_post_modal.jsx
parentf864e9adf102b7394c4f8daf190568400de9ce39 (diff)
downloadchat-a3bdf448ebd9dd585f033fd3194c917dcd8fe163.tar.gz
chat-a3bdf448ebd9dd585f033fd3194c917dcd8fe163.tar.bz2
chat-a3bdf448ebd9dd585f033fd3194c917dcd8fe163.zip
PLT-3163Commenting in the RHS while in permalink view (#3272)
Diffstat (limited to 'webapp/components/edit_post_modal.jsx')
-rw-r--r--webapp/components/edit_post_modal.jsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/webapp/components/edit_post_modal.jsx b/webapp/components/edit_post_modal.jsx
index 4bd23a26d..bdd540b09 100644
--- a/webapp/components/edit_post_modal.jsx
+++ b/webapp/components/edit_post_modal.jsx
@@ -67,7 +67,6 @@ class EditPostModal extends React.Component {
Client.updatePost(
updatedPost,
() => {
- AsyncClient.getPosts(updatedPost.channel_id);
window.scrollTo(0, 0);
},
(err) => {