From ffa64f61241edd86996f84aefe7a026f0be5d86a Mon Sep 17 00:00:00 2001 From: Lukas Nagel Date: Tue, 1 Aug 2023 06:37:29 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Fixed=20small=20type=20issue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/APIs/inbox_api.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: