Compare commits
4 Commits
feature/sa
...
test/build
Author | SHA1 | Date | |
---|---|---|---|
|
f0a3bafe84 | ||
|
ebf24734f6 | ||
|
b480360ae5 | ||
|
6e7e8d2f2f |
@ -17,7 +17,7 @@ defmodule Mix.Pleroma do
|
||||
:oban
|
||||
]
|
||||
@cachex_children ["object", "user", "scrubber", "web_resp"]
|
||||
@doc "Common functions to be reused in mix tasks"
|
||||
@doc "Common functions to be reused in mix tasks."
|
||||
def start_pleroma do
|
||||
Pleroma.Config.Holder.save_default()
|
||||
Pleroma.Config.Oban.warn()
|
||||
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user