mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2026-02-14 04:48:32 +00:00
fix(BRIDGE-387): use gluon ID for getting the message count instead of the address ID
This commit is contained in:
@ -541,6 +541,7 @@ func (s *Service) buildConnectors() (map[string]*Connector, error) {
|
||||
s.showAllMail,
|
||||
s.syncStateProvider,
|
||||
s.serverManager,
|
||||
s.gluonIDProvider,
|
||||
)
|
||||
|
||||
return connectors, nil
|
||||
@ -559,6 +560,7 @@ func (s *Service) buildConnectors() (map[string]*Connector, error) {
|
||||
s.showAllMail,
|
||||
s.syncStateProvider,
|
||||
s.serverManager,
|
||||
s.gluonIDProvider,
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user