Mark Felder před 5 roky
rodič
revize
672fddb721
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      lib/pleroma/web/mastodon_api/mastodon_api_controller.ex

+ 1
- 1
lib/pleroma/web/mastodon_api/mastodon_api_controller.ex Zobrazit soubor

@@ -1084,7 +1084,7 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIController do
from([a, o] in Activity.with_preloaded_object(Activity),
where: fragment("?->>'type' = 'Create'", a.data),
where: "https://www.w3.org/ns/activitystreams#Public" in a.recipients,
limit: 20
limit: 40
)

q =


Načítá se…
Zrušit
Uložit