feat(GODT-2822): Integrate and activate all service

The bridge now runs on the new architecture.
This commit is contained in:
Leander Beernaert
2023-07-28 14:59:12 +02:00
parent a187747c7c
commit 823ca4d207
22 changed files with 558 additions and 3794 deletions

View File

@ -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: