diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-04-07 10:30:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-07 10:30:58 -0500 |
commit | 4b9899225790b76b8ff525bf8fffc8cc0c831af7 (patch) | |
tree | 11e0ca3320384d9cdc2d2e567be1df3c7908d37e /src/view/com/post-thread/PostThreadItem.tsx | |
parent | b84533090ddc2712b44e8b53ecf1fd4049771489 (diff) | |
download | voidsky-4b9899225790b76b8ff525bf8fffc8cc0c831af7.tar.zst |
Update AtUri import to use official package with fix for usernames that start with numbers (close #414) (#418)
Diffstat (limited to 'src/view/com/post-thread/PostThreadItem.tsx')
-rw-r--r-- | src/view/com/post-thread/PostThreadItem.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/post-thread/PostThreadItem.tsx b/src/view/com/post-thread/PostThreadItem.tsx index 5a983698c..b23bebe0a 100644 --- a/src/view/com/post-thread/PostThreadItem.tsx +++ b/src/view/com/post-thread/PostThreadItem.tsx @@ -2,7 +2,7 @@ import React from 'react' import {observer} from 'mobx-react-lite' import {Linking, StyleSheet, View} from 'react-native' import Clipboard from '@react-native-clipboard/clipboard' -import {AtUri} from '../../../third-party/uri' +import {AtUri} from '@atproto/api' import { FontAwesomeIcon, FontAwesomeIconStyle, |