mirror of
https://github.com/urbit/shrub.git
synced 2024-11-24 04:58:08 +03:00
Merge remote-tracking branch 'origin/lf/fix-threads'
This commit is contained in:
commit
cdb2166273
@ -472,7 +472,7 @@ export const getDeepOlderThan = (
|
||||
) => ({
|
||||
app: 'graph-store',
|
||||
path: `/graph/${ship}/${name}/node/siblings` +
|
||||
`/${start.length > 0 ? 'older' : 'oldest'}` +
|
||||
`/${start.length > 0 ? 'older' : 'newest'}` +
|
||||
`/kith/${count}${encodeIndex(start)}`
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user