configable

This commit is contained in:
tamaina 2023-07-15 14:24:05 +00:00
parent 76def0032e
commit 60fd848182
3 changed files with 9 additions and 2 deletions

View file

@ -186,6 +186,10 @@ id: "aid"
# Sign to ActivityPub GET request (default: true)
signToActivityPubGet: true
# Limit of notes to fetch from outbox with remote user first fetched (default: 5)
# https://github.com/misskey-dev/misskey/pull/11130
outboxNotesFetchLimit: 5
#allowedPrivateNetworks: [
# '127.0.0.1/32'
#]