Remove redacted and show edited
This commit is contained in:
parent
0e8039f02d
commit
3ad4083312
4 changed files with 11 additions and 3 deletions
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue