aboutsummaryrefslogtreecommitdiff
path: root/src/components/notification/notification.js
diff options
context:
space:
mode:
authorWeblate <noreply@weblate.org>2022-07-31 23:00:53 +0000
committerWeblate <noreply@weblate.org>2022-07-31 23:00:53 +0000
commit71d9bbb56bf0927ce29e926e6e717c5ac8304f20 (patch)
tree9093fda29c7b5f27cd74d38aba42f40ca0966daf /src/components/notification/notification.js
parente0aeab04b8c1c296d2e16943f7333e05f5b2450b (diff)
parent33ad712852088f8b99a82ec561733d41d63b0034 (diff)
Merge remote-tracking branch 'origin/develop' into develop
Diffstat (limited to 'src/components/notification/notification.js')
-rw-r--r--src/components/notification/notification.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/notification/notification.js b/src/components/notification/notification.js
index 398bb7a9..77cdfa73 100644
--- a/src/components/notification/notification.js
+++ b/src/components/notification/notification.js
@@ -5,6 +5,7 @@ import UserAvatar from '../user_avatar/user_avatar.vue'
import UserCard from '../user_card/user_card.vue'
import Timeago from '../timeago/timeago.vue'
import RichContent from 'src/components/rich_content/rich_content.jsx'
+import UserPopover from '../user_popover/user_popover.vue'
import { isStatusNotification } from '../../services/notification_utils/notification_utils.js'
import { highlightClass, highlightStyle } from '../../services/user_highlighter/user_highlighter.js'
import generateProfileLink from 'src/services/user_profile_link_generator/user_profile_link_generator'
@@ -46,7 +47,8 @@ const Notification = {
UserCard,
Timeago,
Status,
- RichContent
+ RichContent,
+ UserPopover
},
methods: {
toggleUserExpanded () {