mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
feat: 私信已读状态更新+补充部分api
This commit is contained in:
@@ -99,6 +99,7 @@ class _WhisperDetailPageState extends State<WhisperDetailPage> {
|
||||
final Map data = snapshot.data as Map;
|
||||
if (data['status']) {
|
||||
List messageList = _whisperDetailController.messageList;
|
||||
_whisperDetailController.ackSessionMsg();
|
||||
return Obx(
|
||||
() => messageList.isEmpty
|
||||
? const SizedBox()
|
||||
|
||||
Reference in New Issue
Block a user