mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-16 06:49:02 +08:00
feat: local cache
This commit is contained in:
Vendored
+1
-1
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user