Commit Graph

16 Commits

Author SHA1 Message Date
Richard Ramos f0c1ad5087 fix: load messages from mailserver after rejoining a chat
- bump status-go
- clear cursor tables
- remove filters after deactivating a chat
- channel history is already removed in status-go
2021-12-09 22:00:07 +00:00
Alexandra Betouni c858eed50f
refactor(timeline): Removed all timeline related code (#122)
This feature is deprecated and shall be removed

Relates to #4064
2021-12-03 19:55:34 +02:00
Anthony Laibe c7a7bdc0df fix: send sticker mark as sent 2021-11-26 15:31:42 +01:00
r4bbit.eth ffe6d5e0f0
feat(chat): add bindings to `markActivityCenterNotificationsUnread` API (#53)
This is needed so clients can implement the functionality of marking notifications
as unread.
2021-11-16 12:37:56 +01:00
Anthony Laibe 0a8674c5cd
fix: create one to one chat (#98)
Even if the chat exists, we need to update it and mark it as
active in case it already exists and is not active
2021-11-10 14:47:41 -05:00
Pascal Precht e3389d6bfe
fix(status/chat): extend editCommunityChannel API to accept `position` property (#52)
This was missing and causes chat item positions in communities to be reset
to 0.
2021-10-05 16:33:35 -04:00
Richard Ramos 964e52c742
refactor: contacts-perfomance (#74)
* refactor: contacts-perfomance

* bump status-go
2021-10-05 16:10:45 -04:00
Anthony Laibe c7722cda00
refactor: Group profile function and eth function together (#67)
* refactor: Group profile function and eth function together

* refactor: group eth backend

* refactor: Move various eth call to eth backend

* refactor: move accounts call to account backend

* refactor: permission
2021-10-01 12:53:38 -04:00
Anthony Laibe b8c729b804
fix: delete message (#51)
https://github.com/status-im/status-desktop/issues/3632
2021-09-28 17:10:54 -04:00
Andrei Smirnov 4a5094644f
feat: sending audio messages (#55)
Co-authored-by: Andrei Smirnov <andrei.smirnov@toptal.com>
2021-09-28 17:10:22 -04:00
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