BugReporter: user ID as label
Easier to connect related issues this way Change-Id: I5386532fd6dacb121cdd1e235055c958bad9231e
This commit is contained in:
parent
ebcd7cadb1
commit
4d731f00f7
|
@ -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]")
|
||||
|
|
Loading…
Reference in New Issue