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

Can get notification settings

This commit is contained in:
2021-04-10 19:12:46 +02:00
parent 7ec2c500e3
commit 2b2b1c9755
7 changed files with 40 additions and 15 deletions

View File

@ -129,6 +129,9 @@ pub struct User {
pub delete_posts_after: Option<u64>,
pub delete_conversation_messages_after: Option<u64>,
pub delete_likes_after: Option<u64>,
/// Notifications settings
pub allow_notif_conv: bool,
}
impl User {