mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-18 09:52:20 +00:00
fix new pm canReceive (#12369)
This commit is contained in:
parent
1a769d4a45
commit
566dd2b6b1
1 changed files with 2 additions and 0 deletions
|
|
@ -656,6 +656,7 @@ export default {
|
|||
backer: data.backer,
|
||||
contributor: data.contributor,
|
||||
userStyles: data.userStyles,
|
||||
canReceive: true,
|
||||
};
|
||||
|
||||
this.$store.state.privateMessageOptions = {};
|
||||
|
|
@ -896,6 +897,7 @@ export default {
|
|||
username: this.user.auth.local.username,
|
||||
contributor: this.user.contributor,
|
||||
backer: this.user.backer,
|
||||
canReceive: true,
|
||||
});
|
||||
|
||||
// Remove the placeholder message
|
||||
|
|
|
|||
Loading…
Reference in a new issue