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:
commit
1b625d88ae
@ -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 }) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user