Commit 6833e7777a672c577d2a19982549f7787c6c3135
Use mentions route on load rather than notifications.
Piet Geursen committed on 3/17/2017, 1:41:00 AMParent: 192db75158a1402e754b1763296cd2e4aa9974ca
Files changed
main/html/app.js | changed |
main/html/app.js | ||
---|---|---|
@@ -28,9 +28,9 @@ | ||
28 | 28 | |
29 | 29 | page.id = page.id || link |
30 | 30 | tabs.add(page, change, split) |
31 | 31 | } |
32 | - const initialTabs = ['/public', '/private', '/notifications'] | |
32 | + const initialTabs = ['/public', '/private', '/mentions'] | |
33 | 33 | initialTabs.forEach(r => addPage(r)) |
34 | 34 | tabs.select(0) |
35 | 35 | |
36 | 36 | catchClick(App, (link, { ctrlKey: openBackground, isExternal }) => { |
Built with git-ssb-web