dappros / ethora

A 'super app' engine for your project. React Native (iOS, Android) and React.js (Web, desktop). Social Sign In 🄵, Messaging 💬 (chat, voice, push notifications), Web3 Wallet 🪪 (profile QR, documents, coins, NFT), DLT 🔐 (provenance, crypto signing), Gamification 🤩, Social Commerce and more.
https://ethora.com/
GNU Affero General Public License v3.0
428 stars 85 forks source link

Room name JID generation principle update #413

Closed phwizard closed 1 year ago

phwizard commented 1 year ago

To avoid collisions which have happened before, please update the chat rooms JID generation principle.

BEFORE: sha254(room name)

AFTER: sha254(room name + timestamp + random numer)

This is to be updated in both Mobile and Web codebase.

phwizard commented 1 year ago

thank you