mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 20:10:04 +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 msc3771 = unstableFeatures?.get(FEATURE_THREADS_MSC3771) ?: false
|
||||||
val msc3773 = unstableFeatures?.get(FEATURE_THREADS_MSC3773) ?: false
|
val msc3773 = unstableFeatures?.get(FEATURE_THREADS_MSC3773) ?: false
|
||||||
return getMaxVersion() >= HomeServerVersion.v1_4_0 || (msc3771 && msc3773)
|
return getMaxVersion() >= HomeServerVersion.v1_4_0 || (msc3771 && msc3773)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
internal fun Versions.doesServerSupportQrCodeLogin(): Boolean {
|
internal fun Versions.doesServerSupportQrCodeLogin(): Boolean {
|
||||||
|
|
Loading…
Add table
Reference in a new issue