projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9977588
)
Show bubble_timeline in the api if any instances are set in it, do not show if none...
author
foxing
<foxing@noreply.akkoma>
Sat, 11 Mar 2023 03:26:48 +0000
(
03:26
+0000)
committer
foxing
<foxing@noreply.akkoma>
Sat, 11 Mar 2023 03:26:48 +0000
(
03:26
+0000)
lib/pleroma/web/mastodon_api/views/instance_view.ex
patch
|
blob
|
history
diff --git
a/lib/pleroma/web/mastodon_api/views/instance_view.ex
b/lib/pleroma/web/mastodon_api/views/instance_view.ex
index 2717da99d950b3c441ee3c7263c30b4ba61959ae..d06c80a12bd72ae5927b1bf0733619b2fd028777 100644
(file)
--- a/
lib/pleroma/web/mastodon_api/views/instance_view.ex
+++ b/
lib/pleroma/web/mastodon_api/views/instance_view.ex
@@
-67,6
+67,9
@@
defmodule Pleroma.Web.MastodonAPI.InstanceView do
"pleroma:api/v1/notifications:include_types_filter",
"quote_posting",
"editing",
+ if Config.get([:instance, :local_bubble], []) != [] do
+ "bubble_timeline"
+ end,
if Config.get([:media_proxy, :enabled]) do
"media_proxy"
end,