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

Function threadSettingsNotificationsOptions

native/chat/chat.react.js:395–405  ·  view source on GitHub ↗
({
  route,
}: {
  +route: NavigationRoute<'ThreadSettingsNotifications'>,
  ...
})

Source from the content-addressed store, hash-verified

393 headerBackTitleVisible: false,
394};
395const threadSettingsNotificationsOptions = ({
396 route,
397}: {
398 +route: NavigationRoute<'ThreadSettingsNotifications'>,
399 ...
400}) => ({
401 headerTitle: threadIsSidebar(route.params.threadInfo)
402 ? threadSettingsNotificationsCopy.SIDEBAR_TITLE
403 : threadSettingsNotificationsCopy.CHANNEL_TITLE,
404 headerBackTitleVisible: false,
405});
406const changeRolesScreenOptions = ({
407 route,
408}: {

Callers

nothing calls this directly

Calls 1

threadIsSidebarFunction · 0.90

Tested by

no test coverage detected