Skip to content

Hubs Clound June 2022

Latest
Compare
Choose a tag to compare
@wmurphyrd wmurphyrd released this 17 Jun 20:05
· 18 commits to immers-integration since this release
  • Merged in the latest Hubs Cloud version, including the patch from June 2022
  • Compatibility with Immers Server >=v3.0.0
  • Beginnings of integration with immers-client library, a connected instance of the immersClient is now importable from utils/immers
import immersClient from './utils/immers'
if (immersClient.connected) {
  immersClient.addFriend(userId)
} else {
  immersClient.addEventListener('immers-client-connected', () => immersClient.addFriend(userId), { once: true })
}

Immers Client docs

New contributor and new Immers Space staffer: @mohrtw!