aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2021-04-27 16:14:25 -0500
committerMark Felder <feld@feld.me>2021-04-27 16:14:25 -0500
commitb480360ae5c51812bfc556a66c8bfb9ab52db8b9 (patch)
treef8c3d0f05c2bca6e79357f3f3252512ebf194925
parent6e7e8d2f2fc3e50500ade2452d47927426a96cc4 (diff)
downloadpleroma-b480360ae5c51812bfc556a66c8bfb9ab52db8b9.tar.gz
Useless test commit that forces rebuild of 245 files
-rw-r--r--lib/pleroma/web/mastodon_api/views/instance_view.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/mastodon_api/views/instance_view.ex b/lib/pleroma/web/mastodon_api/views/instance_view.ex
index dac68d8e6..70973b522 100644
--- a/lib/pleroma/web/mastodon_api/views/instance_view.ex
+++ b/lib/pleroma/web/mastodon_api/views/instance_view.ex
@@ -17,7 +17,7 @@ defmodule Pleroma.Web.MastodonAPI.InstanceView do
uri: Pleroma.Web.base_url(),
title: Keyword.get(instance, :name),
description: Keyword.get(instance, :description),
- version: "#{@mastodon_api_level} (compatible; #{Pleroma.Application.named_version()})",
+ version: "#{@mastodon_api_level} (compatible; #{Pleroma.Application.named_version()}) WHEEEEEE",
email: Keyword.get(instance, :email),
urls: %{
streaming_api: Pleroma.Web.Endpoint.websocket_url()