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.
This commit is contained in:
Henry Jameson 2022-01-24 21:29:19 +02:00
commit 94c37e8adf
10 changed files with 272 additions and 213 deletions

View file

@ -1,6 +1,7 @@
<template>
<Status
v-if="notification.type === 'mention'"
class="Notification"
:compact="true"
:statusoid="notification.status"
/>