activitypub-express
activitypub-express copied to clipboard
Move collection filtering to database
Blocklist & permission-based filtering in collections could be done in the database to prevent the chance empty collection pages
Blocklist filter is now in-db, but permissions are still in-memory (getCollection
) and could be moved down to store.getStream