originally src/status from desktop, refactored as a library [archived]
Go to file
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
build feat: dynamic library - pt1 (#9) 2021-09-10 11:29:10 -04:00
scripts re-add script for bottles (#14) 2021-09-10 15:15:24 -04:00
status fix(@desktop/chat): replies are not working in communities (#34) 2021-09-17 10:36:02 -04:00
test feat: dynamic library - pt1 (#9) 2021-09-10 11:29:10 -04:00
vendor feat: trigger a signal for chronicles logs (#31) 2021-09-15 15:45:17 -04:00
.gitignore re-add script for bottles (#14) 2021-09-10 15:15:24 -04:00
.gitmodules feat: dynamic library - pt1 (#9) 2021-09-10 11:29:10 -04:00
LICENSE Initial commit 2021-09-08 12:16:18 -04:00
Makefile fix: do not execute build on ctest if not needed (#20) 2021-09-14 17:46:13 -04:00
README.md Initial import 2021-09-08 14:09:35 -04:00
eventemitter.nim Initial import 2021-09-08 14:09:35 -04:00
nim_status_lib.nimble Initial import 2021-09-08 14:09:35 -04:00
statuslib.nim feat: dynamic library - pt1 (#9) 2021-09-10 11:29:10 -04:00

README.md

nim-status-lib

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