1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

Mobile: Support accepting Joplin Cloud shares (#10300)

This commit is contained in:
Henry Heino
2024-04-15 10:17:34 -07:00
committed by GitHub
parent 86d9f7e1cb
commit ff86c253d3
24 changed files with 668 additions and 52 deletions

View File

@@ -69,6 +69,10 @@ export default class SyncTargetJoplinServer extends BaseSyncTarget {
return true;
}
public static override supportsShare(): boolean {
return true;
}
public async fileApi(): Promise<FileApi> {
return super.fileApi();
}