Function: fetchMessageCountsBySession()
Makaio Framework / services-core / fetchMessageCountsBySession
Function: fetchMessageCountsBySession()
Section titled “Function: fetchMessageCountsBySession()”fetchMessageCountsBySession(
db,sessionIds):Promise<Map<string,number>>
Defined in: ../../../packages/services/core/src/session/storage/fts-search-utils.ts:128
Counts messages per matched session.
Parameters
Section titled “Parameters”MakaioDatabase
Drizzle database instance
sessionIds
Section titled “sessionIds”string[]
Matched session IDs
Returns
Section titled “Returns”Promise<Map<string, number>>
Message counts keyed by session ID