add: reposts/quotes pages
add: repost notification
This commit is contained in:
parent
41250ef7ed
commit
276f25a496
17 changed files with 601 additions and 50 deletions
|
@ -145,6 +145,9 @@ pub struct UserSettings {
|
|||
/// The URL of the avatar used for anonymous users.
|
||||
#[serde(default)]
|
||||
pub anonymous_avatar_url: String,
|
||||
/// If dislikes are hidden for the user.
|
||||
#[serde(default)]
|
||||
pub hide_dislikes: bool,
|
||||
}
|
||||
|
||||
impl Default for User {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue