mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 06:37:23 +01:00
fix likes appearing immediately in chat
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
:msg='msg',
|
:msg='msg',
|
||||||
:inbox='inbox',
|
:inbox='inbox',
|
||||||
:groupId='groupId',
|
:groupId='groupId',
|
||||||
@messaged-liked='messageLiked',
|
@message-liked='messageLiked',
|
||||||
@message-removed='messageRemoved',
|
@message-removed='messageRemoved',
|
||||||
@show-member-modal='showMemberModal')
|
@show-member-modal='showMemberModal')
|
||||||
.row(v-if='user._id === msg.uuid')
|
.row(v-if='user._id === msg.uuid')
|
||||||
@@ -31,7 +31,7 @@
|
|||||||
:msg='msg',
|
:msg='msg',
|
||||||
:inbox='inbox',
|
:inbox='inbox',
|
||||||
:groupId='groupId',
|
:groupId='groupId',
|
||||||
@messaged-liked='messageLiked',
|
@message-liked='messageLiked',
|
||||||
@message-removed='messageRemoved',
|
@message-removed='messageRemoved',
|
||||||
@show-member-modal='showMemberModal')
|
@show-member-modal='showMemberModal')
|
||||||
div(:class='inbox ? "col-4" : "col-2"')
|
div(:class='inbox ? "col-4" : "col-2"')
|
||||||
|
|||||||
Reference in New Issue
Block a user