2
2
mirror of https://github.com/mastodon/mastodon-ios synced 2025-04-11 22:58:02 +02:00

Always allow attempting to load more after replacing the whole list.

Contributes to #399 [BUG] Multiple interactions do not collapse into a single notification
This commit is contained in:
shannon 2025-03-06 12:51:47 -05:00
parent 8f6e22a77f
commit cc0247f138

View File

@ -236,7 +236,7 @@ extension GroupedNotificationFeedLoader {
case .end:
return nil
case .replace:
return nil
return true
}
}()