mirror of
https://github.com/discourse/discourse.git
synced 2026-08-08 04:04:59 -05:00
Rerender actions on like/dislike
This commit is contained in:
@@ -48,6 +48,7 @@ export default Discourse.View.extend(StringBuffer, {
|
||||
|
||||
rerenderTriggers: [
|
||||
'post.deleted_at',
|
||||
'post.like_count',
|
||||
'post.reply_count',
|
||||
'post.showRepliesBelow',
|
||||
'post.can_delete',
|
||||
|
||||
@@ -11,6 +11,7 @@ class PostSerializer < BasicPostSerializer
|
||||
attributes :post_number,
|
||||
:post_type,
|
||||
:updated_at,
|
||||
:like_count,
|
||||
:reply_count,
|
||||
:reply_to_post_number,
|
||||
:quote_count,
|
||||
|
||||
Reference in New Issue
Block a user