mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
fix new pm canReceive (#12369)
This commit is contained in:
@@ -656,6 +656,7 @@ export default {
|
|||||||
backer: data.backer,
|
backer: data.backer,
|
||||||
contributor: data.contributor,
|
contributor: data.contributor,
|
||||||
userStyles: data.userStyles,
|
userStyles: data.userStyles,
|
||||||
|
canReceive: true,
|
||||||
};
|
};
|
||||||
|
|
||||||
this.$store.state.privateMessageOptions = {};
|
this.$store.state.privateMessageOptions = {};
|
||||||
@@ -896,6 +897,7 @@ export default {
|
|||||||
username: this.user.auth.local.username,
|
username: this.user.auth.local.username,
|
||||||
contributor: this.user.contributor,
|
contributor: this.user.contributor,
|
||||||
backer: this.user.backer,
|
backer: this.user.backer,
|
||||||
|
canReceive: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
// Remove the placeholder message
|
// Remove the placeholder message
|
||||||
|
|||||||
Reference in New Issue
Block a user