about summary refs log tree commit diff
path: root/src/view/screens/PostLikedBy.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/screens/PostLikedBy.tsx')
-rw-r--r--src/view/screens/PostLikedBy.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/screens/PostLikedBy.tsx b/src/view/screens/PostLikedBy.tsx
index 003859b85..8ec0ca5a5 100644
--- a/src/view/screens/PostLikedBy.tsx
+++ b/src/view/screens/PostLikedBy.tsx
@@ -7,7 +7,7 @@ import {useStores} from '../../state'
 export const PostLikedBy = ({visible, params}: ScreenParams) => {
   const store = useStores()
   const {name, recordKey} = params
-  const uri = makeRecordUri(name, 'todo.social.post', recordKey)
+  const uri = makeRecordUri(name, 'app.bsky.post', recordKey)
 
   useEffect(() => {
     if (visible) {