BugReporter: user ID as label

Easier to connect related issues this way

Change-Id: I5386532fd6dacb121cdd1e235055c958bad9231e
This commit is contained in:
SpiritCroc 2022-07-31 10:37:36 +02:00
parent ebcd7cadb1
commit 4d731f00f7
1 changed files with 1 additions and 0 deletions

View File

@ -376,6 +376,7 @@ class BugReporter @Inject constructor(
builder.addFormDataPart("label", "unifiedpush:none")
}
builder.addFormDataPart("label", "hs:${userId.substringAfter(":")}")
builder.addFormDataPart("label", "mxid:$userId")
// Special for Element
//builder.addFormDataPart("label", "[SchildiChat]")