diff options
| author | Henry Jameson <me@hjkos.com> | 2022-01-24 21:29:19 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-01-24 21:29:19 +0200 |
| commit | 94c37e8adfd9da591d2e88d1f350ad515c61ac84 (patch) | |
| tree | ea02402c6cd7fcbd7d90e5af78d16193f9db92a3 /src/components/notification/notification.vue | |
| parent | 56de3d2f528a818835c04baa1c1686f91fc42161 (diff) | |
| parent | 3cf7f9e3c827299c379c5618a6a972eb375fbb54 (diff) | |
Merge remote-tracking branch 'origin/develop' into proper-attachments
* origin/develop:
undo accidental change when merging
Apply 1 suggestion(s) to 1 file(s)
Rearranged settings, moved more stuff to filtering where apllicable. Changed how filering works.
Diffstat (limited to 'src/components/notification/notification.vue')
| -rw-r--r-- | src/components/notification/notification.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/notification/notification.vue b/src/components/notification/notification.vue index eb02bed1..c7305b78 100644 --- a/src/components/notification/notification.vue +++ b/src/components/notification/notification.vue @@ -1,6 +1,7 @@ <template> <Status v-if="notification.type === 'mention'" + class="Notification" :compact="true" :statusoid="notification.status" /> |
