1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-18 16:35:30 +02:00

Merge branch 'develop' into fetch-outbox

This commit is contained in:
tamaina
2023-08-24 06:23:05 +00:00
675 changed files with 6717 additions and 3481 deletions

View File

@@ -76,6 +76,7 @@ export type Source = {
id: string;
outgoingAddress?: string;
outgoingAddressFamily?: 'ipv4' | 'ipv6' | 'dual';
deliverJobConcurrency?: number;