more clarification
This commit is contained in:
parent
2eef3e7db4
commit
d74e6f74b3
1 changed files with 2 additions and 0 deletions
|
@ -55,6 +55,8 @@ const StorageUtils = {
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
* use in conjunction with getMessages to filter messages by leafNodeId
|
* use in conjunction with getMessages to filter messages by leafNodeId
|
||||||
|
* includeRoot: whether to include the root node in the result
|
||||||
|
* if node with leafNodeId does not exist, return the path with the latest timestamp
|
||||||
*/
|
*/
|
||||||
filterByLeafNodeId(
|
filterByLeafNodeId(
|
||||||
msgs: Readonly<Message[]>,
|
msgs: Readonly<Message[]>,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue