diff options
Diffstat (limited to 'src/modules/users.js')
| -rw-r--r-- | src/modules/users.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/users.js b/src/modules/users.js index 1a507d31..2c525526 100644 --- a/src/modules/users.js +++ b/src/modules/users.js @@ -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] |
