diff --git a/lib/APIs/inbox_api.dart b/lib/APIs/inbox_api.dart index 5238a78..68f90d1 100644 --- a/lib/APIs/inbox_api.dart +++ b/lib/APIs/inbox_api.dart @@ -13,7 +13,7 @@ class InboxAPI { return collection; } - Future getPosts(String nextUrl) async { + Future> getPosts(String nextUrl) async { http.Response pageResponse = await AuthBaseApi.get( url: Uri.parse(nextUrl), ); diff --git a/pubspec.yaml b/pubspec.yaml index 8a8150c..ff2da3b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: activitypub description: A library for the ActivityPub standard. Created an also used by Fedodo. -version: 1.2.6 +version: 1.2.7 repository: https://github.com/Fedodo/Fedodo.Pub.ActivityPub environment: