feat: Sync creating broadcast lists across devices (#4953)

This commit is contained in:
iequidoo
2023-11-09 03:56:02 -03:00
committed by iequidoo
parent 6273a7d54e
commit 7977c9ab44
2 changed files with 57 additions and 15 deletions

View File

@@ -56,6 +56,8 @@ pub(crate) enum ChatAction {
Accept,
SetVisibility(ChatVisibility),
SetMuted(chat::MuteDuration),
/// Create broadcast list with the given name.
CreateBroadcast(String),
/// Set chat contacts by their addresses.
SetContacts(Vec<String>),
}