Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-07-27 11:50:40 +08:00
parent 916931dd11
commit 6ca7efe8d1
15 changed files with 29 additions and 51 deletions

View File

@@ -67,7 +67,6 @@ class DynamicsController extends GetxController
var res = await FollowHttp.followings(
vmid: accountService.mid,
pn: allFollowedUpsPage,
ps: 50,
orderType: 'attention',
);
if (res.isSuccess) {
@@ -108,7 +107,6 @@ class DynamicsController extends GetxController
final f2 = FollowHttp.followings(
vmid: accountService.mid,
pn: allFollowedUpsPage,
ps: 50,
orderType: 'attention',
);
final res0 = await f1;