git ssb

10+

Matt McKegg / patchwork



Commit 0900401aa912baeaca5a68feb70f4847503c6c70

add maxTime to profile list rendering

Matt McKegg committed on 6/20/2017, 4:42:21 PM
Parent: 9fd78025d13f4ac265838983fb590656cfe2a1d7

Files changed

modules/page/html/render/profile.jschanged
modules/page/html/render/profile.jsView
@@ -212,8 +212,9 @@
212212 h('div.name', [ api.about.obs.name(id) ])
213213 ])
214214 ])
215215 }, {
216 + maxTime: 5,
216217 idle: true
217218 })
218219 ])
219220 ]

Built with git-ssb-web