Commit f3f7d76efbd67bb3ecc2b0899e453b39bb95f599
just mentions (private messages already mention you)
Joran committed on 8/7/2017, 10:33:42 PMParent: 50acb42b9733f299a0a10fdb8a84d71ecc04ba7b
Files changed
main-window.js | changed |
main-window.js | ||
---|---|---|
@@ -59,10 +59,9 @@ | ||
59 | 59 … | '/public', '/private', id, '/mentions' |
60 | 60 … | ]) |
61 | 61 … | |
62 | 62 … | var pendingCount = computed([ |
63 | - views.get('/mentions').pendingUpdates, | |
64 | - views.get('/private').pendingUpdates | |
63 … | + views.get('/mentions').pendingUpdates | |
65 | 64 … | ], (...counts) => { |
66 | 65 … | return counts.reduce((a, b) => a + b) |
67 | 66 … | }) |
68 | 67 … |
Built with git-ssb-web