git ssb

16+

Dominic / patchbay



Commit 13238419b63500008d26f4694d9ce357d77f2963

fix peer activity to show _asserted publish time_ not received time!

mixmix committed on 2/8/2019, 1:42:55 AM
Parent: 3e8a137c4cedfa3048f170687160f21ebca6743c

Files changed

contact/html/stats.jschanged
contact/html/stats.jsView
@@ -134,9 +134,9 @@
134134 }
135135 }
136136 }, {
137137 $map: {
138- ts: ['timestamp'],
138 + ts: ['value', 'timestamp'],
139139 content: ['value', 'content']
140140 }
141141 }
142142 ]

Built with git-ssb-web