Fix user display in mentions

This commit is contained in:
Jonathan Staab 2023-02-18 13:00:58 -06:00
parent 5cbd59d99a
commit bc934212db

View File

@ -73,7 +73,7 @@
}
onMount(() => {
const person = database.people.get(pubkey)
const person = database.getPersonWithFallback(pubkey)
input.type('@' + displayPerson(person))
input.trigger({key: 'Enter'})