Remove party name field (#4)

This commit is contained in:
vitaxa 2021-07-12 15:09:59 +03:00 committed by GitHub
parent a184600eaa
commit 332e5c02c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,12 @@ struct NotificationTemplateDistributionDetails {
}
enum NotificationTemplateState {
/* Состояние при котором возможно производить изменения в notification template */
draft_state
/*
Состояние после которого невозможно модифицировать notification template.
К примеру, после отправки нотификаций
*/
final_state
}
@ -39,7 +44,6 @@ enum NotificationStatus {
struct Party {
1: required PartyID party_id
2: required string name
}
struct PartyNotification {