ChatController: Add GET /chats/:id
[akkoma] / test / web / common_api / common_api_test.exs
index 61affda5dec0c6c18c3d20ca41a30024511a4905..5501ba18bde0154b52edef29195930f0491bdfca 100644 (file)
@@ -54,6 +54,8 @@ defmodule Pleroma.Web.CommonAPITest do
 
       assert Chat.get(author.id, recipient.ap_id)
       assert Chat.get(recipient.id, author.ap_id)
+
+      assert :ok == Pleroma.Web.Federator.perform(:publish, activity)
     end
 
     test "it reject messages over the local limit" do