Reuse query from User.restrict_deactivated/1
[akkoma] / lib / pleroma / list.ex
index 55c4cf6df16fde340043cd4a214363828cadcebc..a5b1cad680ddf20dc3eb23e5981917cfa765a840 100644 (file)
@@ -80,7 +80,7 @@ defmodule Pleroma.List do
 
   # Get lists to which the account belongs.
   def get_lists_account_belongs(%User{} = owner, account_id) do
-    user = Repo.get(User, account_id)
+    user = User.get_cached_by_id(account_id)
 
     query =
       from(