mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-05 22:16:15 +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 {
|
private fun Map<String, Any?>.toPostHogUserProperties(): Properties {
|
||||||
return Properties().apply {
|
return Properties().apply {
|
||||||
putAll(this@toPostHogUserProperties.filter { it.value != null })
|
putAll(this@toPostHogUserProperties.filter { it.value != null })
|
||||||
put("crypto", "rust")
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue