This commit is contained in:
Henry Jameson 2026-02-05 01:24:53 +02:00
commit 9060977790
7 changed files with 9 additions and 8 deletions

View file

@ -393,7 +393,7 @@ const getNodeInfo = async ({ store }) => {
})
const priv = metadata.private
useInstanceStore().set({ name: 'private', value: priv })
useInstanceStore().set({ name: 'privateMode', value: priv })
const frontendVersion = window.___pleromafe_commit_hash
useInstanceStore().set({