mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
fix(inbox): display correct UN for outbound user
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user