mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
BugReporter: user ID as label
Easier to connect related issues this way Change-Id: I5386532fd6dacb121cdd1e235055c958bad9231e
This commit is contained in:
parent
ebcd7cadb1
commit
4d731f00f7
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue