logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 0a3ce9cc8b44082557429ee0bc5372376f1b820a
parent dcfd1783140a3376b0a081c30f5fd8e6ca33167e
Author: Eris <femmediscord@gmail.com>
Date:   Mon, 14 Jun 2021 20:33:51 +0000

Don't shorten shoutbox to SB

Diffstat:

Msrc/App.js2+-
Msrc/App.vue2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/App.js b/src/App.js @@ -73,7 +73,7 @@ export default { this.$store.state.instance.instanceSpecificPanelContent }, showFeaturesPanel () { return this.$store.state.instance.showFeaturesPanel }, - hideSB () { + hideShoutbox () { return this.$store.getters.mergedConfig.hideShoutbox }, isMobileLayout () { return this.$store.state.interface.mobileLayout }, diff --git a/src/App.vue b/src/App.vue @@ -50,7 +50,7 @@ <media-modal /> </div> <shout-panel - v-if="currentUser && shout && !hideSB" + v-if="currentUser && shout && !hideShoutbox" :floating="true" class="floating-shout mobile-hidden" />