diff options
| author | Shpuld Shpuldson <shpuld@gmail.com> | 2017-05-31 11:47:18 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shpuld@gmail.com> | 2017-05-31 11:47:18 +0300 |
| commit | 5ad4d043e7514a26a395cf72215a74362c4ca2e0 (patch) | |
| tree | e30d6a51857fa3ee59a982537004a3f504482cfb /src/components/status/status.js | |
| parent | e621be1428f844a39fdb0bf44ff6d0f2af7ff253 (diff) | |
Enable reply/rt/fav for mention notifications by using a barebones status in place of plain notification content.
Diffstat (limited to 'src/components/status/status.js')
| -rw-r--r-- | src/components/status/status.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/status/status.js b/src/components/status/status.js index 5e7bde53..183838a8 100644 --- a/src/components/status/status.js +++ b/src/components/status/status.js @@ -12,7 +12,8 @@ const Status = { 'expandable', 'inConversation', 'focused', - 'highlight' + 'highlight', + 'compact' ], data: () => ({ replying: false, |
