mirror of https://github.com/vector-im/riot-web
put display name in user pill text fallback instead of mxid
parent
4779880a94
commit
b16f983a1f
|
@ -54,7 +54,7 @@ export function textSerialize(model) {
|
||||||
return text + part.text;
|
return text + part.text;
|
||||||
case "room-pill":
|
case "room-pill":
|
||||||
case "user-pill":
|
case "user-pill":
|
||||||
return text + `${part.resourceId}`;
|
return text + `${part.text}`;
|
||||||
}
|
}
|
||||||
}, "");
|
}, "");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue