fix(inbox): display correct UN for outbound user

This commit is contained in:
Sabe Jones
2018-11-01 16:05:14 -05:00
parent 6ab08a7d52
commit 6c71abfac8
2 changed files with 8 additions and 3 deletions

View File

@@ -470,7 +470,8 @@ export default {
sendMessage () {
this.$root.$emit('habitica::new-inbox-message', {
userIdToMessage: this.user._id,
userName: this.user.profile.name,
displayName: this.user.profile.name,
username: this.user.auth.local.username,
});
},
getProgressDisplay () {