Skip to content

Commit

Permalink
Merge pull request trazyn#99 from airycanon/master
Browse files Browse the repository at this point in the history
 Fix remark name missing.
  • Loading branch information
衣带渐宽人渐悔 authored Jan 9, 2018
2 parents 5837ddc + dd602a1 commit 63da0d0
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 63da0d0

Please sign in to comment.