|
@@ -49,7 +49,6 @@ const SideDrawer = {
|
|
currentUser () {
|
|
currentUser () {
|
|
return this.$store.state.users.currentUser
|
|
return this.$store.state.users.currentUser
|
|
},
|
|
},
|
|
- shout () { return this.$store.state.shout.channel.state === 'joined' },
|
|
|
|
unseenNotifications () {
|
|
unseenNotifications () {
|
|
return unseenNotificationsFromStore(this.$store)
|
|
return unseenNotificationsFromStore(this.$store)
|
|
},
|
|
},
|