diff --git a/lib/widgets/post/post_shared.dart b/lib/widgets/post/post_shared.dart index 3284203d..e119350e 100644 --- a/lib/widgets/post/post_shared.dart +++ b/lib/widgets/post/post_shared.dart @@ -608,8 +608,8 @@ class ReferencedPostWidget extends StatelessWidget { linesMargin: referencePost.type == 0 ? const EdgeInsets.only(bottom: 4) : null, - attachments: item.attachments, - noMentionChip: item.fediverseUri != null, + attachments: referencePost.attachments, + noMentionChip: referencePost.fediverseUri != null, ).padding(bottom: 4), if (referencePost.isTruncated) const PostTruncateHint(