Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Release v1.12.0

Compare
Choose a tag to compare
@oed oed released this 04 Oct 15:16
· 181 commits to develop since this release
46f2a2e

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