WIP chat fixes

This commit is contained in:
eugenijm 2020-05-26 22:15:28 +03:00
parent b05a86b280
commit 5fc9ef0bfb
1 changed files with 0 additions and 17 deletions

View File

@ -108,20 +108,6 @@
/>
</router-link>
</div>
<div
v-if="notification.type === 'pleroma:chat_mention'"
class="timeago"
>
<router-link
:to="{ name: 'chat', params: { recipient_id: notification.chatMessage.account_id, username: currentUser.screen_name } }"
class="faint-link"
>
<Timeago
:time="notification.created_at"
:auto-update="240"
/>
</router-link>
</div>
<div
v-else
class="timeago"
@ -173,9 +159,6 @@
@{{ notification.target.screen_name }}
</router-link>
</div>
<div v-else-if="notification.type === 'pleroma:chat_mention'">
<StatusContent :status="messageForStatusContent" />
</div>
<template v-else>
<status
class="faint"