mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

use push to convo mechanism (#8653)

authored by samuel.fm and committed by

GitHub d13a2e5f 2c0c9bf8

+2 -2
+2 -2
src/Navigation.tsx
··· 873 873 } else { 874 874 // @ts-expect-error nested navigators aren't typed -sfn 875 875 navigate('MessagesTab', { 876 - screen: 'MessagesConversation', 876 + screen: 'Messages', 877 877 params: { 878 - conversation: payload.convoId, 878 + pushToConversation: payload.convoId, 879 879 }, 880 880 }) 881 881 }