Removal of non-collaborative editing code paths (#4210)
This commit is contained in:
@@ -270,7 +270,6 @@ export default class AuthStore {
|
||||
name?: string;
|
||||
avatarUrl?: string | null | undefined;
|
||||
sharing?: boolean;
|
||||
collaborativeEditing?: boolean;
|
||||
defaultCollectionId?: string | null;
|
||||
subdomain?: string | null | undefined;
|
||||
allowedDomains?: string[] | null | undefined;
|
||||
|
||||
@@ -678,7 +678,6 @@ export default class DocumentsStore extends BaseStore<Document> {
|
||||
publish?: boolean;
|
||||
done?: boolean;
|
||||
autosave?: boolean;
|
||||
lastRevision: number;
|
||||
}
|
||||
) {
|
||||
this.isSaving = true;
|
||||
|
||||
Reference in New Issue
Block a user