Transmogrifier: Don't modify attachments for chats.

This commit is contained in:
lain 2020-05-08 18:26:35 +02:00
commit 03529f6a05
2 changed files with 5 additions and 0 deletions

View 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