mirror of https://github.com/tootsuite/mastodon
Merge queries in Api::V1::FavouritesController (#4359)
parent
e5c0aa6493
commit
a6ea7e282f
|
@ -20,9 +20,7 @@ class Api::V1::FavouritesController < Api::BaseController
|
||||||
|
|
||||||
def cached_favourites
|
def cached_favourites
|
||||||
cache_collection(
|
cache_collection(
|
||||||
Status.where(
|
Status.reorder(nil).joins(:favourites).merge(results),
|
||||||
id: results.map(&:status_id)
|
|
||||||
),
|
|
||||||
Status
|
Status
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue