Remove most finmoji mentions where appropriate
[akkoma] / lib / pleroma / list.ex
index 55c4cf6df16fde340043cd4a214363828cadcebc..110be8355985f2d628160bd36ce43114765620ca 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_by_id(account_id)
 
     query =
       from(