diff --git a/.config/docker_example.yml b/.config/docker_example.yml index 3f8e5734ce..0fcbf90641 100644 --- a/.config/docker_example.yml +++ b/.config/docker_example.yml @@ -183,6 +183,12 @@ id: 'aidx' # deliverJobMaxAttempts: 12 # inboxJobMaxAttempts: 8 +#deliverLocalUser: +# postNoteCreated: +# # Changes the way post-processing (notifications, sending webhooks, delivery to each timeline, delivery to ActivityPub) is called immediately after creating a note. +# # The configurable values are "immediate" and "worker" (the default is "immediate"). +# runOn: 'immediate' + # IP address family used for outgoing request (ipv4, ipv6 or dual) #outgoingAddressFamily: ipv4 diff --git a/.config/example.yml b/.config/example.yml index 60a6a0aa71..a96243f9dc 100644 --- a/.config/example.yml +++ b/.config/example.yml @@ -269,6 +269,13 @@ id: 'aidx' #deliverJobMaxAttempts: 12 #inboxJobMaxAttempts: 8 +# deliver for LocalUsers +#deliverLocalUser: +# postNoteCreated: +# # Changes the way post-processing (notifications, sending webhooks, delivery to each timeline, delivery to ActivityPub) is called immediately after creating a note. +# # The configurable values are "immediate" and "worker" (the default is "immediate"). +# runOn: 'immediate' + # Local address used for outgoing requests #outgoingAddress: 127.0.0.1