mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-01 04:33:48 +03:00
property not in schema
This commit is contained in:
parent
e27916f85e
commit
e8922a5fa7
1 changed files with 0 additions and 1 deletions
|
@ -214,7 +214,6 @@ class DefaultVectorAnalytics @Inject constructor(
|
|||
private fun Map<String, Any?>.toPostHogUserProperties(): Properties {
|
||||
return Properties().apply {
|
||||
putAll(this@toPostHogUserProperties.filter { it.value != null })
|
||||
put("crypto", "rust")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue