mirror of
https://git.rape.pet/ulith/amputoma-fe.git
synced 2025-02-03 11:58:28 +01:00
wire up user state with global store
This commit is contained in:
parent
8618857aa3
commit
f8139e369c
1 changed files with 2 additions and 2 deletions
|
@ -53,10 +53,10 @@ const Notification = {
|
||||||
return this.notification.from_profile
|
return this.notification.from_profile
|
||||||
},
|
},
|
||||||
userProfileLink () {
|
userProfileLink () {
|
||||||
return this.generateUserProfileLink(this.notification.from_profile)
|
return this.generateUserProfileLink(this.user)
|
||||||
},
|
},
|
||||||
needMute () {
|
needMute () {
|
||||||
return this.notification.from_profile.muted
|
return this.user.muted
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue