Skip to content
Snippets Groups Projects

fix for latest client release

Merged Jake Taylor requested to merge release into master
Compare and Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -38,7 +38,7 @@ const (
// A Message belongs to one Conversation.
// A Message may belong to one Message (Parent).
type Message struct {
ID uint64 `json:"id"` // Matches msgPkeyName
ID uint64 `json:"id,omitempty"` // Matches msgPkeyName
MessageID []byte `json:"message_id"` // Index
ConversationPubKey []byte `json:"conversation_pub_key"` // Index
ParentMessageID []byte `json:"parent_message_id"`
Loading