Fix the hard delete feature.

This commit is contained in:
lishuang
2021-01-02 17:31:09 +08:00
parent 3752d42de8
commit 13b6d7f98d
2 changed files with 9 additions and 1 deletions

View File

@ -14,6 +14,7 @@ type MatterController struct {
BaseController
matterDao *MatterDao
matterService *MatterService
preferenceService *PreferenceService
downloadTokenDao *DownloadTokenDao
imageCacheDao *ImageCacheDao
shareDao *ShareDao