Pascal Precht 1bca5ee174 fix(@desktop/chat): ensure replacement of mentions with pubkey works in communities
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
2021-09-20 09:58:26 -04:00
2021-09-16 16:50:28 -04:00
2021-09-20 09:52:24 -04:00
2021-07-21 15:09:23 -04:00
2020-06-08 13:07:25 -04:00
2021-06-24 15:08:47 -04:00
2021-07-27 11:42:41 -04:00
Description
Status Desktop client made in Nim & QML
https://status.app
Readme
Languages
QML 39.7%
JavaScript 29.3%
Nim 18.5%
Python 5.6%
C++ 5.2%
Other 1.5%