#436 - apply patch
This commit is contained in:
parent
ecacc933e7
commit
06fd3a9c5f
3 changed files with 14 additions and 17 deletions
|
@ -123,7 +123,7 @@ export const mutations = {
|
|||
},
|
||||
setUserForNotification (state, notification) {
|
||||
notification.action.user = state.usersObject[notification.action.user.id]
|
||||
notification.from_profile = state.usersObject[notification.action.user.id]
|
||||
notification.from_profile = state.usersObject[notification.from_profile.id]
|
||||
},
|
||||
setColor (state, { user: { id }, highlighted }) {
|
||||
const user = state.usersObject[id]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue