Enable reply/rt/fav for mention notifications by using a barebones status in place of plain notification content.

This commit is contained in:
Shpuld Shpuldson 2017-05-31 11:47:18 +03:00
parent e621be1428
commit 5ad4d043e7
5 changed files with 35 additions and 14 deletions

View file

@ -12,7 +12,8 @@ const Status = {
'expandable',
'inConversation',
'focused',
'highlight'
'highlight',
'compact'
],
data: () => ({
replying: false,