mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 04:36:43 +00:00
feat(GODT-2822): Integrate and activate all service
The bridge now runs on the new architecture.
This commit is contained in:
@ -41,10 +41,6 @@ func (s *Service) onAddressEvent(ctx context.Context, events []proton.AddressEve
|
||||
return nil
|
||||
}
|
||||
|
||||
if s.addressMode != usertypes.AddressModeSplit {
|
||||
return nil
|
||||
}
|
||||
|
||||
for _, event := range events {
|
||||
switch event.Action {
|
||||
case proton.EventCreate:
|
||||
|
||||
Reference in New Issue
Block a user