mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
ms private -> direct
This commit is contained in:
+1
-1
@@ -1633,7 +1633,7 @@ data class ChatItem (
|
||||
@Serializable
|
||||
enum class MessageScope(val messageScope: String) {
|
||||
@SerialName("group") MSGroup("group"),
|
||||
@SerialName("private") MSPrivate("private");
|
||||
@SerialName("private") MSDirect("direct");
|
||||
}
|
||||
|
||||
@Serializable
|
||||
|
||||
Reference in New Issue
Block a user