use displayname instead of uid for mentions

Signed-off-by: Paweł Kuffel <pawel@kuffel.io>
This commit is contained in:
Paweł Kuffel
2021-10-26 13:17:30 +02:00
committed by backportbot[bot]
parent a720669354
commit e85042e1b4

View File

@@ -26,7 +26,7 @@
<At ref="at"
v-model="commentText"
:members="members"
name-key="uid"
name-key="displayname"
:tab-select="true">
<template v-slot:item="s">
<Avatar class="atwho-li--avatar" :user="s.item.uid" :size="24" />