diff options
author | lain <lain@soykaf.club> | 2020-05-08 18:26:35 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-05-08 18:26:35 +0200 |
commit | 03529f6a0528ed01c7a956bb80628910584a9580 (patch) | |
tree | a718c0e083e3d326695922294d38a05eb39edfae /test/web/common_api/common_api_test.exs | |
parent | d0bf8cfb8f852a16259af4b808565cdfd58f5e61 (diff) | |
download | pleroma-03529f6a0528ed01c7a956bb80628910584a9580.tar.gz |
Transmogrifier: Don't modify attachments for chats.
Diffstat (limited to 'test/web/common_api/common_api_test.exs')
-rw-r--r-- | test/web/common_api/common_api_test.exs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/web/common_api/common_api_test.exs b/test/web/common_api/common_api_test.exs index 61affda5d..5501ba18b 100644 --- a/test/web/common_api/common_api_test.exs +++ b/test/web/common_api/common_api_test.exs @@ -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 |