allow converting file attachments to file notes

This commit is contained in:
zadam 2024-03-27 06:59:57 +01:00
parent bdfa13a8a0
commit 90f4c6b0d1

View File

@ -8,7 +8,8 @@ const protectedSessionService = require('../../services/protected_session.js');
const log = require('../../services/log.js'); const log = require('../../services/log.js');
const attachmentRoleToNoteTypeMapping = { const attachmentRoleToNoteTypeMapping = {
'image': 'image' 'image': 'image',
'file': 'file'
}; };
/** /**