mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
Add missing periods.
This commit is contained in:
parent
fda38e90e5
commit
f559dcdd85
3 changed files with 6 additions and 6 deletions
|
@ -49,14 +49,14 @@ data class Error(
|
|||
*/
|
||||
val isFederated: Boolean? = null,
|
||||
/**
|
||||
* true if the current user is using matrix.org
|
||||
* true if the current user is using matrix.org.
|
||||
*/
|
||||
val isMatrixDotOrg: Boolean? = null,
|
||||
val name: Name,
|
||||
/**
|
||||
* UTDs can be permanent or temporary. If temporary, this field will
|
||||
* contain the time it took to decrypt the message in milliseconds. If
|
||||
* permanent should be -1
|
||||
* permanent should be -1.
|
||||
*/
|
||||
val timeToDecryptMillis: Int? = null,
|
||||
/**
|
||||
|
@ -65,7 +65,7 @@ data class Error(
|
|||
*/
|
||||
val userTrustsOwnIdentity: Boolean? = null,
|
||||
/**
|
||||
* true if that unable to decrypt error was visible to the user
|
||||
* true if that unable to decrypt error was visible to the user.
|
||||
*/
|
||||
val wasVisibleToUser: Boolean? = null,
|
||||
) : VectorAnalyticsEvent {
|
||||
|
|
|
@ -41,12 +41,12 @@ data class PollCreation(
|
|||
|
||||
enum class Action {
|
||||
/**
|
||||
* Newly created poll
|
||||
* Newly created poll.
|
||||
*/
|
||||
Create,
|
||||
|
||||
/**
|
||||
* Edit of an existing poll
|
||||
* Edit of an existing poll.
|
||||
*/
|
||||
Edit,
|
||||
}
|
||||
|
|
|
@ -26,7 +26,7 @@ package im.vector.app.features.analytics.plan
|
|||
*/
|
||||
data class SuperProperties(
|
||||
/**
|
||||
* Used by web to identify the platform (Web Platform/Electron Platform)
|
||||
* Used by web to identify the platform (Web Platform/Electron Platform).
|
||||
*/
|
||||
val appPlatform: String? = null,
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue