Skip to content
Snippets Groups Projects
Commit d7f3aefc authored by Richard T. Carback III's avatar Richard T. Carback III Committed by Jono Wenger
Browse files

Fix model bug whre message_id index was not initialized properly

parent a824a24e
No related branches found
No related tags found
2 merge requests!60Revert "Fail a test to be sure it works",!8Updates to match the client fullyDecentrilizedChannels branch
......@@ -30,7 +30,7 @@ const (
messageStorePubkeyIndex = "pubkey_index"
// Message keyPath names (must match json struct tags).
messageStoreMessage = "channel_id"
messageStoreMessage = "message_id"
messageStoreChannel = "channel_id"
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