feat: disable room retention feature (MESSENGER-6076)

This commit is contained in:
JanNiklas Grabowski
2024-08-26 11:02:16 +02:00
parent fb269acd8e
commit 8cc139b57b
2 changed files with 12 additions and 4 deletions

View File

@@ -770,4 +770,7 @@ class BWIBuildSettings: NSObject {
// MARK: Enable NSFW filter
var enableNSFWFilter = false
// MARK: Enable Room Retention
var enableRoomRetention = false
}