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: f449b52813248d6d170b98164d5eaa8838291970
parent 55579bea559f8de518c2eb42dbf712c403349b1d
Author: Henry Jameson <me@hjkos.com>
Date:   Tue, 28 Jan 2025 16:36:18 +0200

capitalization

Diffstat:

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

diff --git a/src/modules/serverSideStorage.js b/src/modules/serverSideStorage.js @@ -310,7 +310,7 @@ export const mutations = { state.raw = live let cache = state.cache if (cache && cache._user !== userData.fqn) { - console.warn('cache belongs to another user! reinitializing local cache!') + console.warn('Cache belongs to another user! reinitializing local cache!') cache = null }