インスタンスブロックを設定できるように
This commit is contained in:
parent
92dee53dd6
commit
f9f574532e
4 changed files with 47 additions and 3 deletions
|
|
@ -165,6 +165,7 @@ export default define(meta, async (ps, me) => {
|
|||
response.useStarForReactionFallback = instance.useStarForReactionFallback;
|
||||
response.pinnedUsers = instance.pinnedUsers;
|
||||
response.hiddenTags = instance.hiddenTags;
|
||||
response.blockedHosts = instance.blockedHosts;
|
||||
response.recaptchaSecretKey = instance.recaptchaSecretKey;
|
||||
response.proxyAccount = instance.proxyAccount;
|
||||
response.twitterConsumerKey = instance.twitterConsumerKey;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue