1
0
Fork 0
forked from gitea/nas

Add dissubscribable config

This commit is contained in:
KMY 2023-04-24 09:12:17 +09:00
parent 7faaee5f0e
commit 306d8c358a
15 changed files with 49 additions and 6 deletions

View file

@ -30,6 +30,7 @@ class Api::V1::Accounts::CredentialsController < Api::BaseController
:bot,
:discoverable,
:searchability,
:dissubscribable,
:hide_collections,
fields_attributes: [:name, :value]
)