mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-24 19:16:44 +08:00
fix msg live status
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -344,6 +344,7 @@ class UserInfoCard extends StatelessWidget {
|
||||
'name': card.name,
|
||||
'face': card.face,
|
||||
'mid': mid,
|
||||
'isLive': live?.liveStatus == 1,
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
@@ -23,7 +23,7 @@ class WhisperDetailController extends CommonListController<RspSessionMsg, Msg> {
|
||||
final String name = Get.arguments['name'];
|
||||
final String face = Get.arguments['face'];
|
||||
final int? mid = Get.arguments['mid'];
|
||||
final bool isLive = Get.arguments['isLive'];
|
||||
final bool isLive = Get.arguments['isLive'] ?? false;
|
||||
|
||||
Int64? msgSeqno;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user