mirror of
https://gitlab.com/comunic/comunicapiv3
synced 2025-06-20 16:35:17 +00:00
Add new setting
This commit is contained in:
@ -89,6 +89,7 @@ fn db_to_user(res: &database::RowResult) -> ResultBoxError<User> {
|
||||
delete_likes_after: res.get_optional_positive_u64("delete_likes_after")?,
|
||||
|
||||
// Conversation settings
|
||||
allow_notif_sound: res.get_legacy_bool("allow_notif_sound")?,
|
||||
allow_notif_conv: res.get_legacy_bool("allow_notif_conv")?,
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user