インスタンスブロックを設定できるように

This commit is contained in:
syuilo
2019-05-14 20:49:09 +09:00
parent 92dee53dd6
commit f9f574532e
4 changed files with 47 additions and 3 deletions

View File

@@ -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;