Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Add convoId as key to Convo wrapper (#4140)

authored by

Eric Bailey and committed by
GitHub
8be65a87 6b6a002b

+1 -1
+1 -1
src/screens/Messages/Conversation/index.tsx
··· 52 52 ) 53 53 54 54 return ( 55 - <ConvoProvider convoId={convoId}> 55 + <ConvoProvider key={convoId} convoId={convoId}> 56 56 <Inner /> 57 57 </ConvoProvider> 58 58 )