Felicio Mununga b62bc86dfe
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-02-24 23:27:22 +01:00
2022-06-10 18:23:37 +02:00
2022-06-13 16:33:57 +02:00
2022-02-25 14:56:28 +01:00
2022-06-04 13:09:49 +02:00
2022-05-29 16:52:34 +02:00
2022-06-04 13:09:49 +02:00
2022-06-10 18:23:37 +02:00
2022-06-09 14:48:54 +02:00

Status Communities for the Web

Description
Packages for building web applications in the Status ecosystem.
https://status-components.vercel.app
Readme
Languages
TypeScript 99.3%
JavaScript 0.5%
CSS 0.1%