You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-26 22:41:17 +02:00
Desktop, Server: Add transcribe functionality to Desktop though Joplin Server (#12670)
This commit is contained in:
@@ -97,4 +97,12 @@ export default class SyncTargetRegistry {
|
||||
];
|
||||
}
|
||||
|
||||
public static isJoplinServerOrCloud(id: number) {
|
||||
return [
|
||||
SyncTargetRegistry.nameToId('joplinServer'),
|
||||
SyncTargetRegistry.nameToId('joplinCloud'),
|
||||
SyncTargetRegistry.nameToId('joplinServerSaml'),
|
||||
].includes(id);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user