mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 17:35:54 +03:00
lint
This commit is contained in:
parent
eec99e65bd
commit
6f5fefba56
1 changed files with 0 additions and 1 deletions
|
@ -88,7 +88,6 @@ internal fun Versions.doesServerSupportThreadUnreadNotifications(): Boolean {
|
|||
val msc3771 = unstableFeatures?.get(FEATURE_THREADS_MSC3771) ?: false
|
||||
val msc3773 = unstableFeatures?.get(FEATURE_THREADS_MSC3773) ?: false
|
||||
return getMaxVersion() >= HomeServerVersion.v1_4_0 || (msc3771 && msc3773)
|
||||
|
||||
}
|
||||
|
||||
internal fun Versions.doesServerSupportQrCodeLogin(): Boolean {
|
||||
|
|
Loading…
Reference in a new issue