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

Method navigateToThread

native/push/push-handler.react.js:660–669  ·  view source on GitHub ↗
(threadInfo: ThreadInfo, clearChatRoutes: boolean)

Source from the content-addressed store, hash-verified

658 }
659
660 navigateToThread(threadInfo: ThreadInfo, clearChatRoutes: boolean) {
661 if (clearChatRoutes) {
662 this.props.navigation.dispatch({
663 type: replaceWithThreadActionType,
664 payload: { threadInfo },
665 });
666 } else {
667 this.props.navigateToThread({ threadInfo });
668 }
669 }
670
671 onPressNotificationForThread(threadID: string, clearChatRoutes: boolean) {
672 const threadInfo = this.props.threadInfos[threadID];

Callers 3

componentDidUpdateMethod · 0.95
InternalEntryClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected