logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: bd98ecb3f0e3d37d7286221a6508a059394b94f2
parent 21477d07e93497a9576b3fc14fbbe8ff61fa0dea
Author: Mark Felder <feld@feld.me>
Date:   Thu,  3 Jun 2021 15:07:02 -0500

Remove unused shoutbox channel state from side drawer

Diffstat:

Msrc/components/side_drawer/side_drawer.js1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/components/side_drawer/side_drawer.js b/src/components/side_drawer/side_drawer.js @@ -49,7 +49,6 @@ const SideDrawer = { currentUser () { return this.$store.state.users.currentUser }, - shout () { return this.$store.state.shout.channel.state === 'joined' }, unseenNotifications () { return unseenNotificationsFromStore(this.$store) },