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: a21f25ed8eff67ed9ea36e9e82f57e9d422150c4
parent 3d77860e57892569cfe98bccfdc65d3a9c95dbf6
Author: Henry Jameson <me@hjkos.com>
Date:   Fri,  4 Oct 2024 14:58:23 +0300

test fix

Diffstat:

Msrc/modules/interface.js2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/interface.js b/src/modules/interface.js @@ -483,7 +483,7 @@ const interfaceMod = { userThemeV2Name || instanceThemeV2Name ) themeNameUsed = theme.nameUsed - themeDataUsed = theme.dataUsed + themeDataUsed = { ...theme.dataUsed, themeEngineVersion: CURRENT_VERSION } // Themes v2 editor support commit('setInstanceOption', { name: 'themeData', value: themeDataUsed })