integration-0.1.0
Safe HaskellNone
LanguageGHC2021

Test.Conversation

Synopsis

Documentation

testMeetingGroupConvTypeHiddenInLegacy :: HasCallStack => App () Source #

Meeting conversations must not leak their group_conv_type through legacy (< V16) conversation endpoints (WPB-26626).

testMLSSelfConversationGroupConvType :: HasCallStack => App () Source #

Verify that the MLS self-conversation endpoint returns the correct group_conv_type at both V15 (legacy) and V16+ (WPB-26626).

testMLSOne2OneConversationGroupConvType :: HasCallStack => App () Source #

Verify that the MLS one-to-one conversation endpoint returns the correct group_conv_type at both V15 (legacy) and V16+ (WPB-26626).