mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 04:08:44 +03:00
Making const for client info event prefix as internal
This commit is contained in:
parent
fdb61e26ee
commit
a6289d19f4
1 changed files with 1 additions and 1 deletions
|
@ -19,4 +19,4 @@ package im.vector.app.core.session.clientinfo
|
|||
/**
|
||||
* Prefix for the key account data event which holds client info.
|
||||
*/
|
||||
const val MATRIX_CLIENT_INFO_KEY_PREFIX = "io.element.matrix_client_information."
|
||||
internal const val MATRIX_CLIENT_INFO_KEY_PREFIX = "io.element.matrix_client_information."
|
||||
|
|
Loading…
Add table
Reference in a new issue