Skip to content
This repository was archived by the owner on Apr 7, 2024. It is now read-only.

Iti 0/feature/sigmasms #13

Merged
merged 24 commits into from
Jan 10, 2022
Merged

Iti 0/feature/sigmasms #13

merged 24 commits into from
Jan 10, 2022

Conversation

M-Indyukov
Copy link

Добавил голосовые уведомления

@click-and-morty
Copy link

Than you for opening your PR! Reference to the YouTrack issue: ITI-0

@@ -457,6 +457,7 @@ type SigmaConfig struct {
URL *URL `yaml:"url" json:"url"`
APIKey Secret `yaml:"api_key" json:"api_key"`
Recipient []string `yaml:"recipient" json:"recipient"`
RecipientExclude []string `yaml:"recipient_exclude" json:"recipient_exclude"`
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Я бы убрал RecipientExclude из конфига:

  1. Он может путать, т.к. для SMS этот параметр никак не обрабатывается.
  2. Не очень представляю кейс, когда он нужен. Если мы добавили телефон в конфиг, то мы не захотим его исключать.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Этот параметр связан с использованием групп, если в перспективе мы захотим ими пользоваться.

@M-Indyukov M-Indyukov requested a review from cl-bvl January 10, 2022 13:46
@M-Indyukov M-Indyukov merged commit 230e1ea into main Jan 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants