mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-18 16:16:14 +08:00
merge mine & media
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -68,6 +68,7 @@ class DynamicsController extends GetxController
|
||||
vmid: accountService.mid,
|
||||
pn: allFollowedUpsPage,
|
||||
orderType: 'attention',
|
||||
ps: 50,
|
||||
);
|
||||
if (res.isSuccess) {
|
||||
upData.value.upList ??= <UpItem>[];
|
||||
@@ -108,6 +109,7 @@ class DynamicsController extends GetxController
|
||||
vmid: accountService.mid,
|
||||
pn: allFollowedUpsPage,
|
||||
orderType: 'attention',
|
||||
ps: 50,
|
||||
);
|
||||
final res0 = await f1;
|
||||
if (!res0.isSuccess) {
|
||||
|
||||
Reference in New Issue
Block a user