Remove redacted and show edited

This commit is contained in:
N-Pex 2020-11-25 15:29:20 +01:00
parent 0e8039f02d
commit 3ad4083312
4 changed files with 11 additions and 3 deletions

View file

@ -7,7 +7,7 @@
v-on:scroll="onScroll"
>
<div v-for="event in events" :key="event.getId()">
<v-hover v-slot="{ hover }" v-if="!event.isRelation()">
<v-hover v-slot="{ hover }" v-if="!event.isRelation() && !event.isRedacted() && !event.isRedaction()">
<div style="position: relative">
<component
:is="componentForEvent(event)"