From bfc56040e7f6c0810bc1fed08f1e1a7ea880b96b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Tue, 17 Oct 2023 23:18:40 +0200 Subject: [PATCH] change build name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- lib/pleroma/web/mastodon_api/views/instance_view.ex | 3 +++ mix.exs | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/pleroma/web/mastodon_api/views/instance_view.ex b/lib/pleroma/web/mastodon_api/views/instance_view.ex index 88d26d0a2b..310c26e290 100644 --- a/lib/pleroma/web/mastodon_api/views/instance_view.ex +++ b/lib/pleroma/web/mastodon_api/views/instance_view.ex @@ -82,6 +82,9 @@ def render("show2.json", _) do }, # Extra (not present in Mastodon): pleroma: pleroma_configuration2(instance) + # soapbox: %{ + # version: Soapbox.version() + # } }) end diff --git a/mix.exs b/mix.exs index b228531a7a..44d9e25ea4 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Pleroma.Mixfile do use Mix.Project - @build_name "soapbox" + @build_name "bigbuffet" def project do [