fix msg live status

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-07-23 15:56:04 +08:00
parent 03b095905a
commit 75e86952fd
2 changed files with 2 additions and 1 deletions

View File

@@ -344,6 +344,7 @@ class UserInfoCard extends StatelessWidget {
'name': card.name,
'face': card.face,
'mid': mid,
'isLive': live?.liveStatus == 1,
},
);
}