fix(BRIDGE-387): use gluon ID for getting the message count instead of the address ID

This commit is contained in:
Atanas Janeshliev
2025-06-12 11:47:33 +02:00
parent 7b533d5951
commit 4ee149ecd7
4 changed files with 25 additions and 6 deletions

View File

@ -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,
)
}