forked from Silverfish/proton-bridge
chore(GODT-2551): Store and Recover Last User Agent from Vault
This commit is contained in:
@ -237,6 +237,8 @@ func newBridge(
|
||||
return nil, fmt.Errorf("failed to save last version indicator: %w", err)
|
||||
}
|
||||
|
||||
identifier.SetClientString(vault.GetLastUserAgent())
|
||||
|
||||
imapServer, err := newIMAPServer(
|
||||
gluonCacheDir,
|
||||
gluonDataDir,
|
||||
|
||||
Reference in New Issue
Block a user