#436 - apply patch

This commit is contained in:
dave 2019-03-31 14:50:34 -04:00
parent ecacc933e7
commit 06fd3a9c5f
3 changed files with 14 additions and 17 deletions

View file

@ -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]