🐛 Fixes members' loading bugs

This commit is contained in:
2025-06-08 22:33:47 +08:00
parent d165e488ad
commit 7740cf7830
7 changed files with 616 additions and 207 deletions

View File

@ -16,7 +16,6 @@ class PostListNotifier extends _$PostListNotifier
@override
Future<CursorPagingData<SnPost>> build(String? pubName) {
this.pubName = pubName;
return fetch(cursor: null);
}