1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-01-27 07:46:15 +01:00

fixes #32 Append notification when stream updating

This commit is contained in:
AkiraFukushima 2018-03-12 23:26:29 +09:00
parent 3a3d085164
commit 42fc04498b

View File

@ -76,7 +76,7 @@ const TimelineSpace = {
commit('appendHomeTimeline', update)
})
ipcRenderer.on('notification-start-user-streaming', (event, notification) => {
commit('appendNotification', notification)
commit('appendNotifications', notification)
})
},
stopUserStreaming ({ commit }) {