fix(BRIDGE-336): check and create all labels in Gluon on Bridge start

This commit is contained in:
Atanas Janeshliev
2025-03-25 13:24:50 +01:00
parent a15d4eb3ef
commit a4b315d67a
5 changed files with 5 additions and 55 deletions

View File

@ -80,7 +80,6 @@ type MessageBuilder interface {
type UpdateApplier interface {
ApplySyncUpdates(ctx context.Context, updates []BuildResult) error
SyncSystemLabelsOnly(ctx context.Context, labels map[string]proton.Label) error
SyncLabels(ctx context.Context, labels map[string]proton.Label) error
}