git ssb

0+

Dominic / ssb-peer-invites



Commit 74fdd566bc891a78ae65fcc6e0220fdcbbde4e21

update view version, so that guests is present

Dominic Tarr committed on 12/17/2018, 12:58:35 AM
Parent: 4f6a9b08479bfd25c838d25a7a44d99b99fe57e7

Files changed

index.jschanged
index.jsView
@@ -110,9 +110,9 @@
110110
111111 var state
112112 //a hack here, so that we can grab a handle on invites.value.set
113113 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)
115115 state = _invites.value
116116 return _invites
117117 })
118118
@@ -398,4 +398,6 @@
398398 }
399399 return invites
400400 }
401401
402 +
403 +

Built with git-ssb-web