mirror of
https://github.com/status-im/status-lib.git
synced 2025-02-05 09:03:45 +00:00
saledjenic
58f10babba
fix(@desktop/chat): replies are not working in communities (#34)
This check is here, because of issue#3490, that was happening due to different messages' order (received from status go). We were emitting always a message on index 0, what in some cases was not the reply message (doesn't contain "responseTo" value). This should be handled in status-go but since that part is used by mobile also and it is working for them, change is applied here. Fixes: #3490
nim-status-lib
WIP refactor to extract business logic from status-desktop into a reusable library
Languages
Nim
91.5%
Makefile
8.1%
Shell
0.4%