Commit 74fdd566bc891a78ae65fcc6e0220fdcbbde4e21
update view version, so that guests is present
Dominic Tarr committed on 12/17/2018, 12:58:35 AMParent: 4f6a9b08479bfd25c838d25a7a44d99b99fe57e7
Files changed
index.js | changed |
index.js | |||
---|---|---|---|
@@ -110,9 +110,9 @@ | |||
110 | 110 … | ||
111 | 111 … | var state | |
112 | 112 … | //a hack here, so that we can grab a handle on invites.value.set | |
113 | 113 … | var invites = sbot._flumeUse('user-invites', function (log, name) { | |
114 | - var _invites = Reduce(2, reduce, null, null, initial)(log, name) | ||
114 … | + var _invites = Reduce(3, reduce, null, null, initial)(log, name) | ||
115 | 115 … | state = _invites.value | |
116 | 116 … | return _invites | |
117 | 117 … | }) | |
118 | 118 … | ||
@@ -398,4 +398,6 @@ | |||
398 | 398 … | } | |
399 | 399 … | return invites | |
400 | 400 … | } | |
401 | 401 … | ||
402 … | + | ||
403 … | + |
Built with git-ssb-web