diff --git a/ui/app/AppLayouts/Chat/ChatColumn.qml b/ui/app/AppLayouts/Chat/ChatColumn.qml index 401a86d4cd..1e44f3de5f 100644 --- a/ui/app/AppLayouts/Chat/ChatColumn.qml +++ b/ui/app/AppLayouts/Chat/ChatColumn.qml @@ -213,6 +213,7 @@ StackLayout { chatsModel.plainText(chatInput.textInput.text); let aliasName = item[suggestionsBox.property.split(",").map(p => p.trim()).find(p => !!item[p])] + aliasName = aliasName.replace(".stateofus.eth", "") let nameLen = aliasName.length + 2 // We're doing a +2 here because of the `@` and the trailing whitespace let position = 0; let text = ""