Jonathan Rainville cdeaf56d3c fix(pins): fix old messages not showing as pinned
Fixes #16896

The problem was that we relied on the `SIGNAL_PINNED_MESSAGES_LOADED` event to apply the pinned status to messages, but that only happens at the start and a lot of messages are not loaded at start if they are not in the first 30 messages.

To fix this, I just added `pinnedBy` to the Message object in status-go. This way, we can easily tell straight from the MessageDto if a message is pinned and by whom.
2025-01-06 11:55:33 -05:00
2024-10-29 15:46:09 +01:00
2024-10-29 15:46:09 +01:00
2024-06-27 12:16:30 +02:00
2023-06-09 14:50:08 -04:00
2024-10-10 10:29:12 +03:00
2022-07-14 22:04:33 +02:00
2023-05-31 08:16:28 +02:00
2024-05-20 13:38:04 +03:00
2024-05-20 13:38:04 +03:00
2024-05-20 13:38:04 +03:00
2024-05-20 13:38:04 +03:00
2024-05-20 13:38:04 +03:00
2024-05-20 13:38:04 +03:00
2024-05-20 13:38:04 +03:00
2024-05-20 13:38:04 +03:00
2024-05-20 13:38:04 +03:00
Description
Status Desktop client made in Nim & QML
https://status.app
Readme
Languages
QML 39.4%
JavaScript 29.5%
Nim 18.5%
Python 5.6%
C++ 5.2%
Other 1.6%