git ssb

3+

arj / patchbook



Commit f5436dbac376af24741713aa91137bdff7cb10c3

Show newest first

Anders Rune Jensen committed on 11/2/2017, 12:09:16 PM
Parent: 865a8cd13c4c5114b55aca016f3cbdc703adf44a

Files changed

book/pull/db.jschanged
book/pull/db.jsView
@@ -28,9 +28,9 @@
2828 }
2929
3030 function getAll() {
3131 return pull(
32- api.sbot.pull.messagesByType({ type: 'bookclub', fillCache: true, keys: true })
32 + api.sbot.pull.messagesByType({ type: 'bookclub', fillCache: true, keys: true, reverse: true })
3333 )
3434 }
3535
3636 // internal

Built with git-ssb-web