diff options
Diffstat (limited to 'src/view/screens/PostLikedBy.tsx')
-rw-r--r-- | src/view/screens/PostLikedBy.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/screens/PostLikedBy.tsx b/src/view/screens/PostLikedBy.tsx index 72c6016e4..8adc58c89 100644 --- a/src/view/screens/PostLikedBy.tsx +++ b/src/view/screens/PostLikedBy.tsx @@ -9,7 +9,7 @@ import {makeRecordUri} from '../lib/strings' export const PostLikedBy = ({visible, params}: ScreenParams) => { const store = useStores() const {name, rkey} = params - const uri = makeRecordUri(name, 'app.bsky.post', rkey) + const uri = makeRecordUri(name, 'app.bsky.feed.post', rkey) useEffect(() => { if (visible) { |