1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-23 22:36:32 +02:00

Desktop, Mobile, Cli: Allow setting a minimum app version on the sync target (#9778)

This commit is contained in:
Laurent Cozic
2024-01-26 10:32:35 +00:00
committed by GitHub
parent 2cc4ac087b
commit 7b06090255
12 changed files with 166 additions and 10 deletions

View File

@@ -29,6 +29,7 @@ export default class FileApiDriverMemory {
}
private decodeContent_(content: any) {
if (!content) return '';
return Buffer.from(content, 'base64').toString('utf-8');
}