mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-21 19:28:27 +08:00
fix msg live status
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -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