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:
@ -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 {
|
||||
|
Reference in New Issue
Block a user