Skip to content

Commit

Permalink
Merge pull request #697 from h3poteto/fix/unreadMark
Browse files Browse the repository at this point in the history
fixes #677 Fix unread mark on side menu when public timeline is updated
  • Loading branch information
h3poteto committed Nov 9, 2018
2 parents ded32c3 + a47712c commit 0a4fc85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/store/TimelineSpace.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,8 @@ const TimelineSpace = {
if (rootState.TimelineSpace.Contents.Public.heading && Math.random() > 0.8) {
commit('TimelineSpace/Contents/Public/archiveTimeline', {}, { root: true })
}
commit('TimelineSpace/SideMenu/changeUnreadPublicTimeline', true, { root: true })
})
commit('TimelineSpace/SideMenu/changeUnreadPublicTimeline', true, { root: true })
},
startPublicStreaming ({ state }) {
return new Promise((resolve, reject) => {
Expand Down

0 comments on commit 0a4fc85

Please sign in to comment.