Skip to content
Snippets Groups Projects
Commit 0a87a03e authored by Taras's avatar Taras
Browse files

Refactor constants

parent 8fa43b7b
No related branches found
No related tags found
No related merge requests found
...@@ -6,3 +6,5 @@ const val REGISTRATION_TOKEN_KEY = "org.matrix.msc3231.login.registration_token" ...@@ -6,3 +6,5 @@ const val REGISTRATION_TOKEN_KEY = "org.matrix.msc3231.login.registration_token"
const val TERMS_URL_EXTENSION = "_matrix/consent" const val TERMS_URL_EXTENSION = "_matrix/consent"
const val VALIDATION_TOKEN_SUBMIT_URL_PREFIX = "_matrix/identity/api/v1/validate/email/submitToken" const val VALIDATION_TOKEN_SUBMIT_URL_PREFIX = "_matrix/identity/api/v1/validate/email/submitToken"
const val DEFAULT_USER_PREFIX = "@notices:"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment