chore: deprecate prev reply, videopage

Closes #579

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-01 12:41:03 +08:00
parent e4f3203351
commit cdb2718aeb
24 changed files with 399 additions and 823 deletions

View File

@@ -20,6 +20,7 @@ class ReplyHttp {
static RegExp replyRegExp =
RegExp(GStorage.banWordForReply, caseSensitive: false);
@Deprecated('Use replyListGrpc instead')
static Future<LoadingState> replyList({
required bool isLogin,
required int oid,
@@ -214,6 +215,7 @@ class ReplyHttp {
return false;
}
@Deprecated('Use replyReplyListGrpc instead')
static Future<LoadingState> replyReplyList({
required bool isLogin,
required int oid,