status-desktop/test/nim
Jonathan Rainville 666b15b21f 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.
2024-12-18 14:10:06 -05:00
..
activity_tests.nim fix(@desktop/wallet): use unique activity entry key 2024-12-04 09:29:42 -03:00
collectibles_model_test.nim feat(@wallet): update collectibles model only with changes 2024-02-16 15:40:40 -03:00
collectibles_types_conversions_test.nim fix(@desktop/wallet): properly handle tokenID 0 when filtering activity by collectibles 2024-02-26 07:55:05 -03:00
member_model_test.nim remove old code about ID verification and fix trustStatus bug (#16548) 2024-10-29 14:08:12 -04:00
message_model_test.nim fix(pins): fix old messages not showing as pinned 2024-12-18 14:10:06 -05:00
utils_test.nim (fix/desktop) removing custom picture is not reflected on contact's side (#13197) 2024-01-26 07:54:30 -08:00
wallet_connect_tests.nim fix: wallet connect - sake.lido.fi dApp - staking transaction gets stuck 2024-09-17 19:39:32 +02:00