feat: local cache

pull/2036/head
withchao 2 years ago
parent f53dd855aa
commit 9e4a7d082d

@ -31,7 +31,7 @@ func getPublishKey(topic string, key []string) []string {
}, },
{ {
Local: config.Config.LocalCache.Conversation, Local: config.Config.LocalCache.Conversation,
Keys: []string{cachekey.ConversationIDsKey}, Keys: []string{cachekey.ConversationIDsKey, cachekey.ConversationKey},
}, },
} }
subscribe = make(map[string][]string) subscribe = make(map[string][]string)

Loading…
Cancel
Save