feat: msg rpc local cache

This commit is contained in:
withchao
2024-01-17 16:37:26 +08:00
parent 025eb44113
commit c16f17582a
19 changed files with 242 additions and 39 deletions
+2 -1
View File
@@ -383,8 +383,9 @@ func (l LocalCache) Enable() bool {
}
type localCache struct {
Friend LocalCache `yaml:"friend"`
User LocalCache `yaml:"user"`
Group LocalCache `yaml:"group"`
Friend LocalCache `yaml:"friend"`
Conversation LocalCache `yaml:"conversation"`
}