Merge pull request #4312 from element-hq/feature/bma/fixMultipleNtfy
Fix issues due to multiple ntfy applications with the same name.
This commit is contained in:
commit
1bbcedfa38
19 changed files with 121 additions and 60 deletions
|
|
@ -18,4 +18,6 @@ package io.element.android.libraries.pushproviders.api
|
|||
data class Distributor(
|
||||
val value: String,
|
||||
val name: String,
|
||||
)
|
||||
) {
|
||||
val fullName = "$name ($value)"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue