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

Merge pull request #33 from h3poteto/iss-32

fixes #32 Append notification when stream updating
This commit is contained in:
AkiraFukushima 2018-03-12 23:27:00 +09:00 committed by GitHub
commit 1b625d88ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 }) {