Comment attachments presenter (#1128)

Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com>
This commit is contained in:
Denis Bykhov 2022-03-11 15:06:02 +06:00 committed by GitHub
parent 98bdcfce68
commit b9291eb647
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@
-->
<script lang="ts">
import { AttachmentDocList } from '@anticrm/attachment-resources'
import type { Comment } from '@anticrm/chunter'
import { formatName } from '@anticrm/contact'
import { Avatar, getClient, MessageViewer } from '@anticrm/presentation'
@ -41,6 +42,7 @@
</div>
<ShowMore limit={126} fixed>
<MessageViewer message={value.message}/>
<AttachmentDocList {value} />
</ShowMore>
</div>
</div>