소스 검색

mastodon_api_controller.ex: Remove vanilla from supported_flavours

tags/v1.1.4
Haelwenn (lanodan) Monnier 5 년 전
부모
커밋
aa9f52edd2
No known key found for this signature in database GPG 키 ID: D5B7A8E43C997DEE
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      lib/pleroma/web/mastodon_api/mastodon_api_controller.ex

+ 2
- 1
lib/pleroma/web/mastodon_api/mastodon_api_controller.ex 파일 보기

@@ -1456,7 +1456,8 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIController do
end
end

@supported_flavours ["glitch", "vanilla"]
# Note: vanilla is fully unsupported
@supported_flavours ["glitch"]

def set_flavour(%{assigns: %{user: user}} = conn, %{"flavour" => flavour} = _params)
when flavour in @supported_flavours do


불러오는 중...
취소
저장