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
a720669354
commit
e85042e1b4
@@ -26,7 +26,7 @@
|
|||||||
<At ref="at"
|
<At ref="at"
|
||||||
v-model="commentText"
|
v-model="commentText"
|
||||||
:members="members"
|
:members="members"
|
||||||
name-key="uid"
|
name-key="displayname"
|
||||||
:tab-select="true">
|
:tab-select="true">
|
||||||
<template v-slot:item="s">
|
<template v-slot:item="s">
|
||||||
<Avatar class="atwho-li--avatar" :user="s.item.uid" :size="24" />
|
<Avatar class="atwho-li--avatar" :user="s.item.uid" :size="24" />
|
||||||
|
|||||||
Reference in New Issue
Block a user