galley-0.83.0: Conversations
Safe HaskellSafe-Inferred
LanguageGHC2021

Galley.API.MLS

Synopsis

Documentation

assertMLSEnabled :: (Member (Input Env) r, Member (ErrorS 'MLSNotEnabled) r) => Sem r () Source #

Fail if MLS is not enabled. Only use this function at the beginning of an MLS endpoint, NOT in utility functions.