From 84f5677260075a3586e6ff1e9fa2ca5516be86a2 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Fri, 2 Jan 2026 16:24:23 +0800 Subject: [PATCH] :bug: Fix reference post displaying issue --- lib/widgets/post/post_shared.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(