1
0
mirror of https://gitlab.com/comunic/comunicapiv3 synced 2025-06-20 08:25:16 +00:00

Add new setting

This commit is contained in:
2021-04-10 19:20:03 +02:00
parent e725d24104
commit 138142f52d
3 changed files with 5 additions and 1 deletions

View File

@ -132,6 +132,7 @@ pub struct User {
/// Notifications settings
pub allow_notif_conv: bool,
pub allow_notif_sound: bool,
}
impl User {