DappConnect SDKs to easily add decentralized communications to your dApp, powered bu Waku.
Go to file
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
.github/workflows Bump js-waku version to 0.16.0 (#217) 2022-02-04 10:01:49 +01:00
.husky Add pre-commit git hooks (#229) 2022-02-24 23:27:22 +01:00
.vscode remove more debug references 2022-06-10 18:23:37 +02:00
examples/community remove pk from index.tsx 2022-06-10 18:19:25 +02:00
packages Add Chat module (#270) 2022-06-13 16:33:57 +02:00
.editorconfig Add editorconfig 2022-02-25 14:56:28 +01:00
.eslintignore add idToContentTopic 2022-06-04 13:09:49 +02:00
.eslintrc setup(react): disable react/prop-types eslint rule 2022-03-31 15:15:46 +02:00
.gitignore Update packages to @status-im (#223) 2022-02-23 15:03:14 +01:00
.prettierignore setup: add launch.json 2022-05-29 16:52:34 +02:00
.prettierrc Improve Prettier monorepo configuration (#225) 2022-02-23 15:49:00 +01:00
LICENSE-APACHE-v2 First commit 2021-09-03 17:58:45 +10:00
LICENSE-MIT First commit 2021-09-03 17:58:45 +10:00
README.md Improve Prettier monorepo configuration (#225) 2022-02-23 15:49:00 +01:00
jest.config.js add idToContentTopic 2022-06-04 13:09:49 +02:00
package.json remove more debug references 2022-06-10 18:23:37 +02:00
tsconfig.base.json Enable isolatedModules in tsconfig 2022-03-02 18:13:16 +01:00
yarn.lock upgrade stitches 2022-06-09 14:48:54 +02:00

README.md

Status Communities for the Web