Skip to content

Commit

Permalink
expose bubble timeline availability
Browse files Browse the repository at this point in the history
Signed-off-by: marcin mikołajczak <[email protected]>
  • Loading branch information
mkljczk committed Sep 8, 2024
1 parent 8e12a2c commit 63a0288
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/pleroma/web/mastodon_api/views/instance_view.ex
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,9 @@ defmodule Pleroma.Web.MastodonAPI.InstanceView do
"events",
"multitenancy",
"pleroma:bites",
if !Enum.empty?(Config.get([:instance, :local_bubble], [])) do
"bubble_timeline"
end,
# Akkoma compatibility
if Pleroma.Language.Translation.configured?() do
"akkoma:machine_translation"
Expand Down

0 comments on commit 63a0288

Please sign in to comment.