You've already forked joplin
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:
@@ -29,6 +29,7 @@ export default class FileApiDriverMemory {
|
||||
}
|
||||
|
||||
private decodeContent_(content: any) {
|
||||
if (!content) return '';
|
||||
return Buffer.from(content, 'base64').toString('utf-8');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user