Update the SDK and Element Call. (#4527)

* Update Element Call to RC3

* Update the SDK.

* Add feature flag for latest event sorter.
This commit is contained in:
Doug
2025-09-19 18:06:48 +01:00
committed by GitHub
parent a2fffe35f0
commit a9f91c25c2
9 changed files with 96 additions and 13 deletions

View File

@@ -62,6 +62,11 @@ struct DeveloperOptionsScreen: View {
Toggle(isOn: $context.lowPriorityFilterEnabled) {
Text("Low priority filter")
}
Toggle(isOn: $context.latestEventSorterEnabled) {
Text("Latest event sorter")
Text("Requires app reboot")
}
}
Section("Timeline") {