mirror of
https://github.com/ouchadam/small-talk.git
synced 2025-02-16 12:10:45 +01:00
removing unused field
This commit is contained in:
parent
cbf1e568a7
commit
b8d9572bf3
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user