mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-02-25 07:58:12 +01:00
* [bugfix] post counters should not include direct messages #3504 The fix is relativly simple, it just adds a line to the relevant function which excludes all private posts. * Formating fix * mb