Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/msgbyte/tailchat
/ getConverseLastMessageInfo
Function
getConverseLastMessageInfo
client/shared/model/message.ts:154–156 ·
view source on GitHub ↗
(converseIds: string[])
Source
from the content-addressed store, hash-verified
152
)
153
);
154
export
function
getConverseLastMessageInfo(converseIds: string[]) {
155
return
_fetchConverseLastMessageInfo(converseIds);
156
}
157
158
/**
159
* @param converseId 会话ID
Callers
1
getCachedAckInfo
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected