more clarification

This commit is contained in:
Xuan Son Nguyen 2025-02-10 16:10:13 +01:00
parent 2eef3e7db4
commit d74e6f74b3

View file

@ -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[]>,