fixed notification not dismissing bug

This commit is contained in:
supertiger1234 2020-02-17 19:18:52 +00:00
parent fabbdc57c0
commit 0b416612b3

View file

@ -5,7 +5,7 @@
v-for="(channel, key) of channels"
:key="key"
:recents="true"
:friend="channel.channelID"
:friend="channel"
:recipient="channel.recipients[0]"
/>
</virtual-list>