Fixes #344
This commit is contained in:
@@ -5,6 +5,7 @@ export type SyncEndpoint = {
|
||||
url: string;
|
||||
user?: string;
|
||||
password?: string;
|
||||
excludePrefixes?: string[];
|
||||
};
|
||||
|
||||
// Perform a sync with the server, based on the given status (to be persisted)
|
||||
|
||||
Reference in New Issue
Block a user