add: better stripe endpoint
This commit is contained in:
parent
227cd3d2ac
commit
fdaa81422a
15 changed files with 118 additions and 778 deletions
|
@ -322,6 +322,9 @@ pub struct UserSettings {
|
|||
/// and the following timeline.
|
||||
#[serde(default)]
|
||||
pub auto_full_unlist: bool,
|
||||
/// Biography shown on `profile/private.lisp` page.
|
||||
#[serde(default)]
|
||||
pub private_biography: String,
|
||||
}
|
||||
|
||||
fn mime_avif() -> String {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue