Show poll-end notifications

Ref: poll-notif
This commit is contained in:
Tusooa Zhu 2022-05-20 12:39:46 -04:00
parent c93adf2e9a
commit df487e3980
No known key found for this signature in database
GPG key ID: 7B467EDE43A08224
2 changed files with 14 additions and 2 deletions

View file

@ -120,6 +120,14 @@
</i18n-t>
</small>
</span>
<span v-if="notification.type === 'poll'">
<FAIcon
class="type-icon"
icon="poll-h"
/>
{{ ' ' }}
<small>{{ $t('notifications.poll_ended') }}</small>
</span>
</div>
<div
v-if="isStatusNotification"