Skip to content
Snippets Groups Projects
Commit 8846f1d1 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Fix model bug whre message_id index was not initialized properly

parent c716ff37
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