immers-space / activitypub-express

Modular ActivityPub implementation as Express JS middleware to easily add decentralization and federation to Node apps
MIT License
297 stars 23 forks source link

Move collection filtering to database #30

Open wmurphyrd opened 3 years ago

wmurphyrd commented 3 years ago

Blocklist & permission-based filtering in collections could be done in the database to prevent the chance empty collection pages

wmurphyrd commented 2 years ago

Blocklist filter is now in-db, but permissions are still in-memory (getCollection) and could be moved down to store.getStream