This repository has been archived by the owner on Aug 9, 2021. It is now read-only.
Release v1.12.0
Release notes
This release contains a feature called Ghost Threads. These threads are not persisted by in any way except in memory between users. Ghost Threads uses ipfs pubsub to send messages between peers, so in addition we have added a websocket signaling server to make peers discover each other easier. Ghost Threads includes a backlog for users that just joined, this is sent by already connected users that have a copy of recent messages.
- feat: added Ghost Threads
- feat: enabled websocket signaling server
- fix: small docs and dependency improvements