mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-02-09 16:28:45 +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