This commit is contained in:
手瓜一十雪
2024-04-27 16:05:59 +08:00
parent 5e7e24a271
commit b954d9b403
5 changed files with 7 additions and 17 deletions

View File

@@ -34,6 +34,7 @@ class MarkMsgAsRead extends BaseAction<Payload, null> {
return null;
}
}
// 以下为非标准实现
export class MarkPrivateMsgAsRead extends MarkMsgAsRead {
actionName = ActionName.MarkPrivateMsgAsRead;
}