removing unused field

This commit is contained in:
Adam Brown 2022-10-01 10:52:03 +01:00 committed by Adam Brown
parent cbf1e568a7
commit b8d9572bf3

View File

@ -40,7 +40,6 @@ interface MessageService : MatrixService {
@SerialName("local_id") val localId: String,
@SerialName("timestamp") val timestampUtc: Long,
@SerialName("reply") val reply: Reply? = null,
@SerialName("reply_id") val replyId: String? = null,
) : Message() {
@Serializable
data class Reply(