immers-space / guppe

Federated social groups with ActivityPub, NodeJS, Express, and Mongodb
https://a.gup.pe
GNU Affero General Public License v3.0
195 stars 15 forks source link

Increase accuracy of outbox counts #75

Open wmurphyrd opened 1 year ago

wmurphyrd commented 1 year ago

It's currently a naive count of all activities in he outbox, but thinks like Accept and Update won't ever be rendered as posts so they shouldn't count. Make the count match the actual number of group posts.

Needs implementation planning before it can be estimated.