10.2.2 • Published 3 years ago

ssb-ahau-ra-test v10.2.2

Weekly downloads
-
License
AGPL-3.0
Repository
gitlab
Last release
3 years ago

ssb-ahau

A module which has a bunch of things for running Ahau desktop app:

  • a graphql server for the UI to communicate with the backend

    • includes all the @ssb-graphql/ modules and connects them with federation
    • patches all the relevent types with authors fields
  • an private profile function

    • when you create or join a private group it creates a copy of your personal groups private profile into that group

API

server.ahau.onReady(cb)

Provides a way to check if this module and it's internal setup is initialised. Executes callback with cb(null, true) when ready