feat(federation): Store remote instance shared inbox and extensions as well

This commit is contained in:
Jesse Wierzbinski 2024-11-25 20:37:00 +01:00
parent 5fc6c4dcfa
commit 7a73a1a24e
No known key found for this signature in database
6 changed files with 2253 additions and 1 deletions

View file

@ -0,0 +1,2 @@
ALTER TABLE "Instances" ADD COLUMN "inbox" text;--> statement-breakpoint
ALTER TABLE "Instances" ADD COLUMN "extensions" jsonb;

File diff suppressed because it is too large Load diff

View file

@ -253,6 +253,13 @@
"when": 1732398961365,
"tag": "0035_pretty_whiplash",
"breakpoints": true
},
{
"idx": 36,
"version": "7",
"when": 1732563077877,
"tag": "0036_cuddly_ironclad",
"breakpoints": true
}
]
}