mirror of
https://github.com/status-im/status-desktop.git
synced 2025-03-01 06:51:08 +00:00
There were two issues why mentions didn't work in communities: 1. The function that replaces mentions with pubkey looked in the wrong place 2. The same function always prepented `userName` with `@` which isn't always necessary This commit fix this by ensuring the replacement function looks in the community memberlist instead of a messageList and also by checking if a `userName` already starts with a `@` and only prepends it if not. Fixes #3492
Status-desktop
Desktop client for the Status Network built with Nim and Qt
Dev Docs: https://hackmd.io/@status-desktop/B1naRjxh_/https%3A%2F%2Fhackmd.io%2F%40status-desktop%2FB1eOaf-nd
Description
Languages
QML
39.7%
JavaScript
29.3%
Nim
18.5%
Python
5.6%
C++
5.2%
Other
1.5%