change (report room) : use client.isReportRoomApiSupported instead of hardcoded value

This commit is contained in:
ganfra
2025-05-13 16:20:37 +02:00
parent 3cf8b04a07
commit 405cd8e82d
7 changed files with 25 additions and 9 deletions

View File

@@ -10,7 +10,4 @@ package io.element.android.appconfig
object MatrixConfiguration {
const val MATRIX_TO_PERMALINK_BASE_URL: String = "https://matrix.to/#/"
val clientPermalinkBaseUrl: String? = null
// TODO remove this when report is fixed
const val CAN_REPORT_ROOM = false
}