diff --git a/lib/service/formatter/formatter.ex b/lib/service/formatter/formatter.ex index ed98283d2..d5ae67078 100644 --- a/lib/service/formatter/formatter.ex +++ b/lib/service/formatter/formatter.ex @@ -62,6 +62,10 @@ defmodule Mobilizon.Service.Formatter do {link, %{acc | mentions: MapSet.put(acc.mentions, {"@" <> nickname, actor})}} + # Ignore groups mentions for now + {:ok, %Actor{type: :Group}} -> + {buffer, acc} + {:error, _} -> {buffer, acc} end