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
2021-09-17 10:36:02 -04:00
2021-09-10 11:29:10 -04:00
2021-09-10 15:15:24 -04:00
2021-09-10 11:29:10 -04:00
2021-09-10 15:15:24 -04:00
2021-09-10 11:29:10 -04:00
2021-09-08 14:09:35 -04:00
2021-09-08 12:16:18 -04:00
2021-09-08 14:09:35 -04:00
2021-09-08 14:09:35 -04:00
2021-09-10 11:29:10 -04:00

nim-status-lib

WIP refactor to extract business logic from status-desktop into a reusable library

Description
originally src/status from desktop, refactored as a library [archived]
Readme MPL-2.0
Languages
Nim 91.5%
Makefile 8.1%
Shell 0.4%