Skip to content

Commit

Permalink
bump versions for SERVER_VERSION_MIN_SUPPORTED + SERVER_VERSION_SUPPO…
Browse files Browse the repository at this point in the history
…RT_WARNING

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
  • Loading branch information
mahibi committed Sep 26, 2024
1 parent c89f620 commit ca0e1c8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,6 @@ object CapabilitiesUtil {
const val RECORDING_CONSENT_NOT_REQUIRED = 0
const val RECORDING_CONSENT_REQUIRED = 1
const val RECORDING_CONSENT_DEPEND_ON_CONVERSATION = 2
private const val SERVER_VERSION_MIN_SUPPORTED = 14
private const val SERVER_VERSION_SUPPORT_WARNING = 18
private const val SERVER_VERSION_MIN_SUPPORTED = 17
private const val SERVER_VERSION_SUPPORT_WARNING = 26
}

0 comments on commit ca0e1c8

Please sign in to comment.