mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Improve wording (visible in debug screen)
This commit is contained in:
parent
5e0fc3e17f
commit
6376ba2516
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ class EventMatchCondition(
|
|||
return conditionResolver.resolveEventMatchCondition(event, this)
|
||||
}
|
||||
|
||||
override fun technicalDescription() = "'$key' Matches '$pattern', words only '$wordsOnly'"
|
||||
override fun technicalDescription() = "'$key' matches '$pattern', words only '$wordsOnly'"
|
||||
|
||||
fun isSatisfied(event: Event): Boolean {
|
||||
// TODO encrypted events?
|
||||
|
|
Loading…
Add table
Reference in a new issue