Optimize media: enabled by default.

This commit is contained in:
Benoit Marty 2024-10-31 10:43:09 +01:00
parent 46b1a98623
commit 8feff65378
4 changed files with 7 additions and 7 deletions

View file

@ -18,7 +18,7 @@ class InMemorySessionPreferencesStore(
isSendTypingNotificationsEnabled: Boolean = true,
isRenderTypingNotificationsEnabled: Boolean = true,
isSessionVerificationSkipped: Boolean = false,
doesCompressMedia: Boolean = false,
doesCompressMedia: Boolean = true,
) : SessionPreferencesStore {
private val isSharePresenceEnabled = MutableStateFlow(isSharePresenceEnabled)
private val isSendPublicReadReceiptsEnabled = MutableStateFlow(isSendPublicReadReceiptsEnabled)