mirror of
https://github.com/urbit/shrub.git
synced 2024-11-28 05:22:27 +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',
|
app: 'graph-store',
|
||||||
path: `/graph/${ship}/${name}/node/siblings` +
|
path: `/graph/${ship}/${name}/node/siblings` +
|
||||||
`/${start.length > 0 ? 'older' : 'oldest'}` +
|
`/${start.length > 0 ? 'older' : 'newest'}` +
|
||||||
`/kith/${count}${encodeIndex(start)}`
|
`/kith/${count}${encodeIndex(start)}`
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user