akkoma/lib/pleroma/web/ostatus
Roger Braun 4dcbb64f19 Avoid potentially slow count queries for user note count.
For a variety of reasons, posgresql won't use the available actor,
type index to do an index only scan. We now just increase the user
note count, which will lead to slightly wrong counts in some cases,
but it's better than the potentially very slow count query.
2017-10-31 16:37:11 +01:00
..
handlers Avoid potentially slow count queries for user note count. 2017-10-31 16:37:11 +01:00
activity_representer.ex Federate emoji out. 2017-09-16 16:14:23 +02:00
feed_representer.ex Merge branch 'develop' into dtluna/pleroma-refactor/1 2017-05-05 11:46:59 +02:00
ostatus.ex Banners are objects. 2017-09-16 13:24:15 +02:00
ostatus_controller.ex Use desc id to sort instead of desc inserted_at 2017-09-17 11:16:08 +02:00
user_representer.ex Federate banners out. 2017-09-16 13:44:08 +02:00