git ssb

0+

alanz / patchwork



forked from Matt McKegg / patchwork

Commit 1cb5a37a32f05f213c4ce435539e108dc627b8d7

hopefully fix double up of private messages

Matt McKegg committed on 3/16/2017, 12:50:10 PM
Parent: a15adb4c752599f22e89512eeaf71c42f91c23c7

Files changed

modules/feed/pull/private.jschanged
modules/feed/pull/private.jsView
@@ -14,9 +14,9 @@
1414 // HACK: handle lt/gt
1515 if (opts.lt != null) {
1616 opts.query = [
1717 {$filter: {
18- timestamp: {$gte: 0, $lte: opts.lt - 0.000000001}
18+ timestamp: {$gte: 0, $lt: opts.lt}
1919 }}
2020 ]
2121 delete opts.lt
2222 }

Built with git-ssb-web