logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://anongit.hacktivis.me/git/pleroma-fe.git/
commit: 888084382424d69d121e4cc86bb87f0c4140298a
parent 33525eeaef6fed6c65c9c45ff832fa7537e1b34a
Author: Henry Jameson <me@hjkos.com>
Date:   Mon, 27 Jan 2025 11:33:35 +0200

fix double dot extension

Diffstat:

Msrc/services/export_import/export_import.js2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/services/export_import/export_import.js b/src/services/export_import/export_import.js @@ -3,7 +3,7 @@ import utf8 from 'utf8' export const newExporter = ({ filename = 'data', mime = 'application/json', - extension = '.json', + extension = 'json', getExportedObject }) => ({ exportData () {