1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-05 15:52:47 +02:00

doc fixes

This commit is contained in:
Hugh Nimmo-Smith
2023-03-06 18:07:28 +00:00
committed by yostyle
parent 49f740514a
commit 8e416cdaee
2 changed files with 2 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ import com.squareup.moshi.JsonClass
@JsonClass(generateAdapter = false)
internal enum class PayloadType(val value: String) {
/**
* This is only used in v1 of MSC3906 and will be removed in future
* This is only used in v1 of MSC3906 and will be removed in future.
*/
@Json(name = "m.login.finish")
FINISH("m.login.finish"),

View File

@@ -21,9 +21,7 @@ import com.squareup.moshi.JsonClass
@JsonClass(generateAdapter = false)
enum class RendezvousFlow(val value: String) {
/**
* v1 is never represented in JSON so we don't annotate it
*/
// v1 is never represented in JSON so we don't annotate it
SETUP_ADDITIONAL_DEVICE_V1("org.matrix.msc3906.v1"),
@Json(name = "org.matrix.msc3906.setup.additional_device.v2")
SETUP_ADDITIONAL_DEVICE_V2("org.matrix.msc3906.setup.additional_device.v2"),