diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2024-07-21 19:44:05 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2024-07-21 19:44:05 +0000 |
| commit | d096962b054a49fb4971da30a801738838d08ca0 (patch) | |
| tree | 64bc3f7c822f2a0684f25a86a2457c4c993d3a96 /src/components/notification/notification.vue | |
| parent | f0f323b49c40ac48fe175afcffe69b633eb362a3 (diff) | |
| parent | 34285150a005ea13762df98d9a9ad338cff38a3e (diff) | |
Merge branch 'status-notification-type' into 'develop'
Support `status` notification type
See merge request pleroma/pleroma-fe!1916
Diffstat (limited to 'src/components/notification/notification.vue')
| -rw-r--r-- | src/components/notification/notification.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/notification/notification.vue b/src/components/notification/notification.vue index 632ae6e9..f84b75de 100644 --- a/src/components/notification/notification.vue +++ b/src/components/notification/notification.vue @@ -1,6 +1,6 @@ <template> <article - v-if="notification.type === 'mention'" + v-if="notification.type === 'mention' || notification.type === 'status'" > <Status class="Notification" |
