From 28749b5029c8c952556eeb4df50d5eeea953fc4e Mon Sep 17 00:00:00 2001 From: Nathan Mattes Date: Fri, 4 Nov 2022 16:41:59 +0100 Subject: [PATCH] Fix build (#365) :see_no_evil: --- .../Sources/MastodonCore/Service/API/APIService+Follow.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/MastodonSDK/Sources/MastodonCore/Service/API/APIService+Follow.swift b/MastodonSDK/Sources/MastodonCore/Service/API/APIService+Follow.swift index 38c49970c..ffcfae046 100644 --- a/MastodonSDK/Sources/MastodonCore/Service/API/APIService+Follow.swift +++ b/MastodonSDK/Sources/MastodonCore/Service/API/APIService+Follow.swift @@ -20,7 +20,6 @@ extension APIService { let isFollowing: Bool let isPending: Bool let needsUnfollow: Bool - let showsReblogs: Bool } /// Toggle friendship between target MastodonUser and current MastodonUser