From 1cbeacbd0f1f4cf4f8c7abae8fe1eb8edc0b6e21 Mon Sep 17 00:00:00 2001 From: bggRGjQaUbCoE Date: Tue, 29 Apr 2025 14:01:00 +0800 Subject: [PATCH] fix: check dyn blocked Signed-off-by: bggRGjQaUbCoE --- lib/pages/dynamics/widgets/author_panel.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/dynamics/widgets/author_panel.dart b/lib/pages/dynamics/widgets/author_panel.dart index b7bd02a2..6813cc30 100644 --- a/lib/pages/dynamics/widgets/author_panel.dart +++ b/lib/pages/dynamics/widgets/author_panel.dart @@ -311,7 +311,7 @@ class AuthorPanel extends StatelessWidget { ), if ((item.basic!.commentType == 17 || item.basic!.commentType == 11) && - item.modules.moduleBlocked == null) + item.modules.moduleDynamic?.major?.blocked == null) ListTile( title: Text( '分享至消息',