mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-27 08:55:39 +00:00
fix: display name/nickname/ens which includes dash is not resolved in the chat when mentioned (#15990)
* fix: display name/nickname/ens which includes dash is not resolved in the chat when mentioned * update status-go-version.json
This commit is contained in:
parent
2191f68883
commit
0890b1b1b5
@ -115,7 +115,7 @@
|
|||||||
(rf/defn on-change-text-success
|
(rf/defn on-change-text-success
|
||||||
{:events [:mention/on-change-text-success]}
|
{:events [:mention/on-change-text-success]}
|
||||||
[{:keys [db]} result]
|
[{:keys [db]} result]
|
||||||
(log/debug "[mentions] on-text-input-success" {:result result})
|
(log/debug "[mentions] on-change-text-success" {:result result})
|
||||||
(let [{:keys [state chat-id mentionable-users input-segments]} (transfer-mention-result result)]
|
(let [{:keys [state chat-id mentionable-users input-segments]} (transfer-mention-result result)]
|
||||||
{:db (-> db
|
{:db (-> db
|
||||||
(assoc-in [:chats/mention-suggestions chat-id] mentionable-users)
|
(assoc-in [:chats/mention-suggestions chat-id] mentionable-users)
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"_comment": "Instead use: scripts/update-status-go.sh <rev>",
|
"_comment": "Instead use: scripts/update-status-go.sh <rev>",
|
||||||
"owner": "status-im",
|
"owner": "status-im",
|
||||||
"repo": "status-go",
|
"repo": "status-go",
|
||||||
"version": "v0.151.14",
|
"version": "v0.151.15",
|
||||||
"commit-sha1": "959e3703891286853574f4974e87bd53e079e72d",
|
"commit-sha1": "75864528b130f60f9fdd58d1d404b02bab5e1a3c",
|
||||||
"src-sha256": "11l9p1psl331b4vaw1694z09z9rlaps5w1cildmdgnx2pnkgcr7q"
|
"src-sha256": "1mr26p154187jsgi0jgwakfxgnqnhzy8g0fxb118pzy3d9ax5awh"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user