Merge branch 'main' into change_password

This commit is contained in:
Dessalines 2021-04-07 16:32:49 -04:00
commit d77c8fee17

View file

@ -117,6 +117,6 @@ export interface SaveSiteConfig {
export interface FederatedInstances {
linked: string[];
allowed: string[];
blocked: string[];
allowed?: string[];
blocked?: string[];
}