[Chat] Rename invite route to /chat/ (#10782)
This commit is contained in:
@@ -78,7 +78,7 @@ export function Root({
|
||||
color: 'primary',
|
||||
disabled: false,
|
||||
onPress: () => {
|
||||
void setStringAsync(`https://bsky.app/c/${preview.code}`)
|
||||
void setStringAsync(`https://bsky.app/chat/${preview.code}`)
|
||||
Toast.show(l`Copied to clipboard`, {type: 'success'})
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user