forked from AkkomaGang/akkoma-fe
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…
Reference in a new issue