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:
committed by
yostyle
parent
49f740514a
commit
8e416cdaee
@@ -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"),
|
||||
|
@@ -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"),
|
||||
|
Reference in New Issue
Block a user