remove additional information from autocomplete

objectId would be some long random string for email guests. displaying them would not make sense. It's also not done on web.

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
Marcel Hibbe 2024-11-19 18:09:04 +01:00
parent 8a3f779fdc
commit 6ede78eb09
No known key found for this signature in database
GPG key ID: C793F8B59F43CE7B

View file

@ -109,7 +109,6 @@ class MentionAutocompleteItem(
)
} else {
holder.binding.nameText.text = displayName
holder.binding.secondaryText.text = "@$objectId"
}
var avatarId = objectId
when (source) {