Live video on the AT Protocol

link to right bsky account in message opts

+1 -1
+1 -1
js/components/src/components/chat/mod-view.tsx
··· 155 <DropdownMenuItem 156 onPress={() => { 157 Linking.openURL( 158 - `https://${BSKY_FRONTEND_DOMAIN}/profile/${channelId}`, 159 ); 160 }} 161 >
··· 155 <DropdownMenuItem 156 onPress={() => { 157 Linking.openURL( 158 + `https://${BSKY_FRONTEND_DOMAIN}/profile/${message.author.handle}`, 159 ); 160 }} 161 >