use displayname instead of uid for mentions
Signed-off-by: Paweł Kuffel <pawel@kuffel.io>
This commit is contained in:
committed by
backportbot[bot]
parent
37834cb926
commit
0e09548e69
@@ -26,7 +26,7 @@
|
||||
<At ref="at"
|
||||
v-model="commentText"
|
||||
:members="members"
|
||||
name-key="uid"
|
||||
name-key="displayname"
|
||||
:tab-select="true">
|
||||
<template #item="s">
|
||||
<Avatar class="atwho-li--avatar" :user="s.item.uid" :size="24" />
|
||||
|
||||
Reference in New Issue
Block a user