MCPcopy Create free account
hub / github.com/CommE2E/comm / threadIsPendingSidebar

Function threadIsPendingSidebar

lib/shared/thread-utils.js:371–376  ·  view source on GitHub ↗
(threadID: ?string)

Source from the content-addressed store, hash-verified

369}
370
371function threadIsPendingSidebar(threadID: ?string): boolean {
372 return (
373 !!threadID?.startsWith(`pending/${pendingSidebarURLPrefix}/`) ||
374 !!threadID?.startsWith(`pending/${pendingThickSidebarURLPrefix}`)
375 );
376}
377
378function getSingleOtherUser(
379 threadInfo: LegacyRawThreadInfo | RawThreadInfo | ThreadInfo,

Callers 5

sendTextMessageMethod · 0.90
InputStateContainerClass · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected