Revert "Show actual status in notifications when mentioned."
This reverts commit 0e1ab69c33.
This commit is contained in:
parent
7c0f3ea666
commit
74931dece7
5 changed files with 53 additions and 61 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue