diff --git a/Mastodon/In Progress New Layout and Datamodel/GroupedNotificationFeedLoader.swift b/Mastodon/In Progress New Layout and Datamodel/GroupedNotificationFeedLoader.swift index bf566d0b6..e240c59be 100644 --- a/Mastodon/In Progress New Layout and Datamodel/GroupedNotificationFeedLoader.swift +++ b/Mastodon/In Progress New Layout and Datamodel/GroupedNotificationFeedLoader.swift @@ -128,11 +128,7 @@ final public class GroupedNotificationFeedLoader { } } catch { } - do { - await asyncLoadMore(olderThan: nil, newerThan: records.allRecords.first?.newestID) - } catch { - presentError?(error) - } + await asyncLoadMore(olderThan: nil, newerThan: records.allRecords.first?.newestID) } }