IsAllowedToRegisterMLSClientUseCase

Answers the question if the self user allowed to register an MLS client

Which we are allowed to do if:

  • MLS support is enabled.

  • MLS supported is configured on the backend, which can be verified by looking for the existence of MLS public keys.

Inheritors

Functions

Link copied to clipboard
abstract suspend operator fun invoke(): Boolean