API compatibility with fedibird, frontend config #163

Merged
floatingghost merged 9 commits from fedibird-compatibility into develop 2022-08-17 00:23:00 +00:00
Showing only changes of commit 03af49798d - Show all commits

add instance name to meta
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending

FloatingGhost 2022-08-16 13:10:41 +01:00

View file

@ -14,6 +14,7 @@ defmodule Pleroma.Web.MastoFEView do
%{
meta: %{
title: Config.get([:instance, :name]),
streaming_api_base_url: Pleroma.Web.Endpoint.websocket_url(),
access_token: token,
locale: "en",