git ssb

0+

alanz / patchwork



forked from Matt McKegg / patchwork

Commit f3f7d76efbd67bb3ecc2b0899e453b39bb95f599

just mentions (private messages already mention you)

Joran committed on 8/7/2017, 10:33:42 PM
Parent: 50acb42b9733f299a0a10fdb8a84d71ecc04ba7b

Files changed

main-window.jschanged
main-window.jsView
@@ -59,10 +59,9 @@
5959 '/public', '/private', id, '/mentions'
6060 ])
6161
6262 var pendingCount = computed([
63- views.get('/mentions').pendingUpdates,
64- views.get('/private').pendingUpdates
63 + views.get('/mentions').pendingUpdates
6564 ], (...counts) => {
6665 return counts.reduce((a, b) => a + b)
6766 })
6867

Built with git-ssb-web