show msg user live status

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-07-18 20:55:45 +08:00
parent f7184aff4e
commit 610ed02dd4
3 changed files with 19 additions and 3 deletions

View File

@@ -23,6 +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'];
Int64? msgSeqno;