Revert "Show actual status in notifications when mentioned."

This reverts commit 0e1ab69c33.
This commit is contained in:
Roger Braun 2017-02-23 00:26:37 +01:00
commit 74931dece7
5 changed files with 53 additions and 61 deletions

View file

@ -1,5 +1,4 @@
import { sortBy, take, filter } from 'lodash'
import Status from '../status/status.vue'
const Notifications = {
data () {
@ -7,9 +6,6 @@ const Notifications = {
visibleNotificationCount: 10
}
},
components: {
Status
},
computed: {
notifications () {
return this.$store.state.statuses.notifications