Skip to content

Commit

Permalink
Merge pull request #842 from planetary-social/unlimit-home-feed
Browse files Browse the repository at this point in the history
Remove limit from home feed fetch request
  • Loading branch information
mplorentz authored Jan 23, 2024
2 parents af6a0e7 + f1bb6e5 commit 0af632e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Nos/Models/CoreData/Event+CoreDataClass.swift
Original file line number Diff line number Diff line change
Expand Up @@ -390,8 +390,6 @@ public class Event: NosManagedObject {
let fetchRequest = NSFetchRequest<Event>(entityName: "Event")
fetchRequest.sortDescriptors = [NSSortDescriptor(keyPath: \Event.createdAt, ascending: false)]
fetchRequest.predicate = homeFeedPredicate(for: user, before: before)
fetchRequest.includesPendingChanges = false
fetchRequest.fetchLimit = 1000
return fetchRequest
}

Expand Down

0 comments on commit 0af632e

Please sign in to comment.