mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: check dyn blocked
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -311,7 +311,7 @@ class AuthorPanel extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
if ((item.basic!.commentType == 17 ||
|
if ((item.basic!.commentType == 17 ||
|
||||||
item.basic!.commentType == 11) &&
|
item.basic!.commentType == 11) &&
|
||||||
item.modules.moduleBlocked == null)
|
item.modules.moduleDynamic?.major?.blocked == null)
|
||||||
ListTile(
|
ListTile(
|
||||||
title: Text(
|
title: Text(
|
||||||
'分享至消息',
|
'分享至消息',
|
||||||
|
|||||||
Reference in New Issue
Block a user