From 597a24b017cf532d18c6fd84cf2667767fa3a8aa Mon Sep 17 00:00:00 2001 From: Sjmarf <78750526+Sjmarf@users.noreply.github.com> Date: Mon, 22 Jan 2024 13:01:08 +0000 Subject: [PATCH] Bug fix --- Mlem/Models/Content/Community/CommunityModel.swift | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Mlem/Models/Content/Community/CommunityModel.swift b/Mlem/Models/Content/Community/CommunityModel.swift index 8066a62d9..4c4197c67 100644 --- a/Mlem/Models/Content/Community/CommunityModel.swift +++ b/Mlem/Models/Content/Community/CommunityModel.swift @@ -197,6 +197,10 @@ struct CommunityModel { } callback(community) } + } else { + RunLoop.main.perform { [new] in + callback(new) + } } } else { favoriteCommunitiesTracker.unfavorite(community)