Add documentation back.

This commit is contained in:
Benoit Marty
2024-06-13 17:50:32 +02:00
committed by Benoit Marty
parent 386b9f0eff
commit 7cca1fee14

View File

@@ -17,8 +17,18 @@
package io.element.android.appconfig package io.element.android.appconfig
object RageshakeConfig { object RageshakeConfig {
/**
* The URL to submit bug reports to.
*/
const val BUG_REPORT_URL = "https://riot.im/bugreports/submit" const val BUG_REPORT_URL = "https://riot.im/bugreports/submit"
/**
* As per https://github.com/matrix-org/rageshake:
* Identifier for the application (eg 'riot-web').
* Should correspond to a mapping configured in the configuration file for github issue reporting to work.
*/
const val BUG_REPORT_APP_NAME = "element-x-android" const val BUG_REPORT_APP_NAME = "element-x-android"
/** /**
* The maximum size of the upload request. Default value is just below CloudFlare's max request size. * The maximum size of the upload request. Default value is just below CloudFlare's max request size.
*/ */