Skip to content
Snippets Groups Projects
Commit 0ab043f3 authored by Jake Taylor's avatar Jake Taylor
Browse files

fixed pubKey DM index

parent 1b76521d
No related branches found
No related tags found
1 merge request!67fix for latest client release
This commit is part of merge request !67. Comments created here will be created in the context of that merge request.
......@@ -24,13 +24,13 @@ const (
// Message index names.
messageStoreMessageIndex = "message_id_index"
messageStoreConversationIndex = "conversation_id_index"
messageStoreConversationIndex = "conversation_pub_key_index"
messageStoreParentIndex = "parent_message_id_index"
messageStoreTimestampIndex = "timestamp_index"
// Message keyPath names (must match json struct tags).
messageStoreMessage = "message_id"
messageStoreConversation = "conversation_id"
messageStoreConversation = "conversation_pub_key"
messageStoreParent = "parent_message_id"
messageStoreTimestamp = "timestamp"
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment