mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-17 23:56:56 +00:00
GODT-1864: cache migration failure was not notified because of unnecessary reboot.
This commit is contained in:
@ -117,7 +117,7 @@ func (s *Service) StartEventTest() error { //nolint:funlen
|
||||
// cache
|
||||
NewCacheErrorEvent(CacheErrorType_CACHE_UNAVAILABLE_ERROR),
|
||||
NewCacheLocationChangeSuccessEvent(),
|
||||
NewCacheChangeLocalCacheFinishedEvent(),
|
||||
NewCacheChangeLocalCacheFinishedEvent(true),
|
||||
NewIsCacheOnDiskEnabledChanged(true),
|
||||
NewDiskCachePathChanged("/dummy/path"),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user