mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-21 17:46:24 +08:00
@@ -12,7 +12,7 @@ abstract class CommonWhisperController<R>
|
||||
extends CommonListController<R, Session> {
|
||||
SessionPageType get sessionPageType;
|
||||
|
||||
Future<void> onRemove(int index, int talkerId) async {
|
||||
Future<void> onRemove(int index, int? talkerId) async {
|
||||
var res = await MsgHttp.removeMsg(talkerId);
|
||||
if (res['status']) {
|
||||
loadingState
|
||||
|
||||
Reference in New Issue
Block a user