ignore incoming federated private comments

This commit is contained in:
Mayel
2021-10-19 17:57:38 +13:00
committed by Thomas Citharel
parent 8cb7df16d0
commit 475c72597e
4 changed files with 41 additions and 37 deletions

View File

@@ -50,6 +50,7 @@ defmodule Mobilizon.Federation.ActivityStream.Converter.Comment do
Logger.debug("Inserting full comment")
Logger.debug(inspect(object))
data = %{
text: object["content"],
url: object["id"],