Commit Graph

6 Commits

Author SHA1 Message Date
Anthony Laibe 23db2d1216
fix: Keep only one place to store contacts and index (#37) 2021-09-20 09:00:10 -04: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
2021-09-17 10:36:02 -04:00
Iuri Matias 077965bf81
rename libstatus to statusgo_backend (#27) 2021-09-11 17:50:36 -04:00
Iuri Matias b3968bfc67
move logic related methods out of libstatus chat (#23)
* refactor: move eth logic out of libstatus wrapper

* move signing phrases out of status go wrapper (libstatus)

* move logic related methods out of libstatus

move logic related methods out of libstatus

move logic related methods out of libstatus

fix sorting
2021-09-11 08:10:51 -04:00
Andrei Smirnov 8965c4bcca fix(@desktop/communities): processing response from InviteUsers call 2021-09-09 08:51:07 +03:00
Richard Ramos 0b24d7a341
Initial import 2021-09-08 14:09:35 -04:00