Merge branch 'backport/key-moveout-1.1' into 'maint/1.1'
[akkoma] / lib / pleroma / user / search.ex
index bc05639b53b5fb7ffac420fb4bdd8f727fd7852a..6fb2c2352f8aa9655f635ffc687ae40fb26f95ad 100644 (file)
@@ -34,7 +34,6 @@ defmodule Pleroma.User.Search do
         query_string
         |> search_query(for_user, following)
         |> Pagination.fetch_paginated(%{"offset" => offset, "limit" => result_limit}, :offset)
-        |> Map.get(:items)
       end)
 
     results