Skip to content

Commit

Permalink
Fix remark name missing.
Browse files Browse the repository at this point in the history
  • Loading branch information
airycanon committed Jan 9, 2018
1 parent b0acbaf commit 295a4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/stores/chat.js
Original file line number Diff line number Diff line change
Expand Up @@ -1034,7 +1034,7 @@ class Chat {
},
CmdId: 3,
OP: sticky,
RemarkName: '',
RemarkName: user.RemarkName || user.NickName,
UserName: user.UserName
});
var sorted = [];
Expand Down

0 comments on commit 295a4ef

Please sign in to comment.