Fix seen by and "unread messages" marker

It was broken by the "filter out status messages" functionality.
This commit is contained in:
N-Pex 2023-05-11 10:37:06 +02:00
parent 5e82cf7a9c
commit e587721aaa
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
<template>
<div class="seen-by-container">
<v-tooltip top open-delay="500">
<v-tooltip top open-delay="500" v-if="seenBy.length > 0">
<template v-slot:activator="{ on, attrs }">
<div v-bind="attrs" v-on="on" class="clickable">
<div class="more" v-if="seenBy.length > 0">{{ moreItems }}</div>