ChatController: Add function to mark single message as read.
[akkoma] / lib / pleroma / web / feed / user_controller.ex
index 1b72e23dccd3948992ae52d0fd24a30bd9e098f2..5a6fc9de03b6635ec2a09143768238f83bd0a75e 100644 (file)
@@ -56,7 +56,7 @@ defmodule Pleroma.Web.Feed.UserController do
           "actor_id" => user.ap_id
         }
         |> put_if_exist("max_id", params["max_id"])
-        |> ActivityPub.fetch_public_activities()
+        |> ActivityPub.fetch_public_or_unlisted_activities()
 
       conn
       |> put_resp_content_type("application/#{format}+xml")