diff options
| author | lambda <pleromagit@rogerbraun.net> | 2018-04-03 09:14:42 +0000 |
|---|---|---|
| committer | lambda <pleromagit@rogerbraun.net> | 2018-04-03 09:14:42 +0000 |
| commit | e4b2fdf1240571f1a3d4be743d73d2b8207b7ba6 (patch) | |
| tree | 8d21d76ef7471df36b3e0468e06b3870b280c714 /src/components/notifications/notifications.js | |
| parent | 214dd1f6d14073c26316bf5344f03b4b6af999b2 (diff) | |
| parent | 0c4dc26808c3bb7508bf9005f3c3430f1c7e2039 (diff) | |
Merge branch 'stillGifs' into 'develop'
Still gifs
See merge request pleroma/pleroma-fe!193
Diffstat (limited to 'src/components/notifications/notifications.js')
| -rw-r--r-- | src/components/notifications/notifications.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/notifications/notifications.js b/src/components/notifications/notifications.js index 5f0d7f26..e9b83bf0 100644 --- a/src/components/notifications/notifications.js +++ b/src/components/notifications/notifications.js @@ -1,4 +1,5 @@ import Status from '../status/status.vue' +import StillImage from '../still-image/still-image.vue' import { sortBy, take, filter } from 'lodash' @@ -31,7 +32,7 @@ const Notifications = { } }, components: { - Status + Status, StillImage }, watch: { unseenCount (count) { |
