1
0

Webhookの作成可能数を設定可能に

This commit is contained in:
syuilo
2023-01-14 10:48:11 +09:00
parent f45059b7b1
commit bcb5182e86
6 changed files with 46 additions and 0 deletions
+1
View File
@@ -76,6 +76,7 @@ You should also include the user name that made the change.
- 非モデレーターでも、権限を持つロールをアサインされたユーザーはインスタンスの招待コードを発行できるように @syuilo
- 非モデレーターでも、権限を持つロールをアサインされたユーザーはカスタム絵文字の追加、編集、削除を行えるように @syuilo
- ハードワードミュートの最大文字数を設定可能に @syuilo
- Webhookの作成可能数を設定可能に @syuilo
- Server: signToActivityPubGet is set to true by default @syuilo
- Server: improve syslog performance @syuilo
- Server: Use undici instead of node-fetch and got @tamaina