From d74e6f74b323a27d931333e04e70cfd3bcc41dec Mon Sep 17 00:00:00 2001 From: Xuan Son Nguyen Date: Mon, 10 Feb 2025 16:10:13 +0100 Subject: [PATCH] more clarification --- examples/server/webui/src/utils/storage.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/server/webui/src/utils/storage.ts b/examples/server/webui/src/utils/storage.ts index 6512e554a..1dfc9d979 100644 --- a/examples/server/webui/src/utils/storage.ts +++ b/examples/server/webui/src/utils/storage.ts @@ -55,6 +55,8 @@ const StorageUtils = { }, /** * 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( msgs: Readonly,