From 7cca1fee14fc1d9fc79a009c70ca9fa5be840ea3 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Thu, 13 Jun 2024 17:50:32 +0200 Subject: [PATCH] Add documentation back. --- .../io/element/android/appconfig/RageshakeConfig.kt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/appconfig/src/main/kotlin/io/element/android/appconfig/RageshakeConfig.kt b/appconfig/src/main/kotlin/io/element/android/appconfig/RageshakeConfig.kt index 9fd9dce578..78d55e496e 100644 --- a/appconfig/src/main/kotlin/io/element/android/appconfig/RageshakeConfig.kt +++ b/appconfig/src/main/kotlin/io/element/android/appconfig/RageshakeConfig.kt @@ -17,8 +17,18 @@ package io.element.android.appconfig object RageshakeConfig { + /** + * The URL to submit bug reports to. + */ 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" + /** * The maximum size of the upload request. Default value is just below CloudFlare's max request size. */