Skip to content

Commit

Permalink
remove depreceated usage
Browse files Browse the repository at this point in the history
  • Loading branch information
2002Bishwajeet committed Oct 15, 2024
1 parent b58c470 commit 603a2fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const PostDetailCard = memo(

if (!postFile) return <ActivityIndicator />;
const post = postFile.fileMetadata.appData.content;
const authorOdinId = post.authorOdinId || odinId;
const authorOdinId = postFile.fileMetadata.originalAuthor || odinId;
const isPublic =
channel?.serverMetadata?.accessControlList?.requiredSecurityGroup ===
SecurityGroupType.Anonymous ||
Expand Down

0 comments on commit 603a2fa

Please sign in to comment.