diff --git a/vector/src/main/java/im/vector/app/features/rageshake/BugReporter.kt b/vector/src/main/java/im/vector/app/features/rageshake/BugReporter.kt index c87e77fef1..d72f16e62a 100755 --- a/vector/src/main/java/im/vector/app/features/rageshake/BugReporter.kt +++ b/vector/src/main/java/im/vector/app/features/rageshake/BugReporter.kt @@ -317,8 +317,12 @@ class BugReporter @Inject constructor( builder.addFormDataPart("label", BuildConfig.FLAVOR_DESCRIPTION) builder.addFormDataPart("label", context.getString(R.string.git_branch_name)) + if (canContact) { + builder.addFormDataPart("label", "can contact") + } + // Special for RiotX - builder.addFormDataPart("label", "[SchildiChat]") + //builder.addFormDataPart("label", "[SchildiChat]") when (reportType) { ReportType.BUG_REPORT -> {