Ignore badge updates for virtual rooms.

This commit is contained in:
David Langley
2021-11-16 12:00:20 +00:00
parent 3f1700d516
commit 4fca1e7f9b
2 changed files with 43 additions and 8 deletions
+2
View File
@@ -154,6 +154,8 @@ final class BuildSettings: NSObject {
}
static let stunServerFallbackUrlString: String? = "stun:turn.matrix.org"
// For use in conjunction with virtual rooms. Events from virtual rooms should not be reflected in badge count for unread messages.
static let ignoreBadgeUpdatesForVirtualRooms = true
// MARK: - Public rooms Directory
#warning("Unused build setting: should this be implemented in ShowDirectory?")