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

Function threadIsInHome

lib/shared/thread-utils.js:238–240  ·  view source on GitHub ↗
(threadInfo: ?(RawThreadInfo | ThreadInfo))

Source from the content-addressed store, hash-verified

236}
237
238function threadIsInHome(threadInfo: ?(RawThreadInfo | ThreadInfo)): boolean {
239 return !!(threadInfo && threadInfo.currentUser.subscription.home);
240}
241
242// Can have messages
243function threadInChatList(

Callers 3

threadInHomeChatListFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected