fixed some issues when rendering topic comments

This commit is contained in:
2019-10-09 09:25:39 -05:00
parent 5a36db2366
commit f274ba9caa
2 changed files with 2 additions and 3 deletions

View File

@@ -27,7 +27,6 @@ class displayTopicCommentPresenter(comment.displayCommentPresenter):
self.get_attachments(self.post, message)
self.check_image_load()
self.send_message("disable_control", control="reply")
self.send_message("disable_control", control="comments")
def post_like(self):
id = self.post["id"]