add instance name to meta
ci/woodpecker/push/woodpecker Pipeline is pending Details

This commit is contained in:
FloatingGhost 2022-08-16 13:10:41 +01:00
parent 1b75aeead6
commit 03af49798d
1 changed files with 1 additions and 0 deletions

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",