Felicio Mununga 062c29d6fa
Add Chat module (#270)
* add packages/status-js/src/client/chat.ts

* cache received but skipped waku messages

* comment missing Map type in generate proto type

* handle removed and added chats

* remove lodash

* use this.client.waku instead of this.waku in community.ts

* rename community props

* fix waku reference in Community

* fix community reference in chat

* handle chat.description changes

* fix references in ui

* revert use of contentTopic

* fix callback on fetch

* use clock to limit fetch

* fix use of clock for community description

* remove notes

* remove await

* use Object.keys() for diff in chats

* fix typo

* add decryption key in start()

* set content topics when adding decryption keys

* add getter with tmp name

* rename community handler to handleDescription

* return this.description !== undefined

* add options to constructor
2022-06-13 16:33:57 +02:00
..
2022-06-13 16:33:57 +02:00
2022-06-13 16:33:57 +02:00
2022-06-04 13:09:49 +02:00
2022-06-10 19:30:23 +02:00
2022-06-10 18:16:51 +02:00
2022-06-09 14:44:45 +02:00
2022-06-10 17:46:38 +02:00
2022-05-23 14:57:01 +02:00
2022-06-02 12:11:40 +02:00
2022-06-13 16:33:57 +02:00
2022-06-04 13:09:49 +02:00
2022-05-30 16:05:22 +02:00
2022-06-06 11:05:44 +02:00
2022-05-29 23:53:38 +02:00
2022-06-13 16:33:57 +02:00
2022-06-04 13:09:49 +02:00
2022-06-10 18:16:51 +02:00
2022-06-10 18:16:51 +02:00
2022-06-01 07:39:47 +02:00
2022-05-25 14:42:47 +02:00