Jonathan Rainville 0ebc81594a refactor: reduce calls to getMessageById and remove calls for reactions
Fixes #9859

getMessageById was called way too often, because each time a contact was updated, we called it on every message that contained a mention. Now we only call it on messages that contain a mention from that specific user.

Also, we called emojiReactionsByChatIDMessageID as part of that service call, but only the pinned message used it, so I removed it from the service function. This means that the pinned messages will no longer have the emoji reactions. I could add them back if we really want, but IMO, it's not really necessary. You can just click on the message and see it in the chat instead.

I removed the call to `getMessageById` in the activity center as well, since we can get the replied message info from the MessageDto directly now.

I also removed some dead code in the messages module.
2023-03-21 10:09:51 -04:00
2023-03-20 07:34:56 +01:00
2022-03-11 15:52:47 -05:00
2022-07-14 22:04:33 +02: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%