reply filtering

This commit is contained in:
Alexander 2019-12-04 09:49:17 +03:00 committed by Alexander Strizhakov
commit 6e625a427c
No known key found for this signature in database
GPG key ID: 022896A53AEF1381
9 changed files with 636 additions and 18 deletions

View file

@ -100,6 +100,7 @@ defmodule Pleroma.Web.MastodonAPI.TimelineController do
|> Map.put("local_only", local_only)
|> Map.put("blocking_user", user)
|> Map.put("muting_user", user)
|> Map.put("user", user)
|> ActivityPub.fetch_public_activities()
conn