pleroma/lib/pleroma/web/common_api
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
..
common_api.ex Avoid potentially slow count queries for user note count. 2017-10-31 16:37:11 +01:00
utils.ex Remove tag links for now, they break some regular links. 2017-09-17 23:03:03 +02:00