diff --git a/Cargo.toml b/Cargo.toml index bc7f687..c47afe4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "libreddit" description = " Alternative private front-end to Reddit" license = "AGPL-3.0" repository = "https://github.com/spikecodes/libreddit" -version = "0.8.1" +version = "0.8.2" authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"] edition = "2018" diff --git a/src/settings.rs b/src/settings.rs index df5bab9..5654be0 100644 --- a/src/settings.rs +++ b/src/settings.rs @@ -50,7 +50,7 @@ pub async fn set(req: Request) -> Result, String> { let mut res = redirect("/settings".to_string()); - let names = vec!["theme", "front_page", "layout", "wide", "comment_sort", "post_sort", "show_nsfw", "subscriptions"]; + let names = vec!["theme", "front_page", "layout", "wide", "comment_sort", "post_sort", "show_nsfw"]; for name in names { match form.get(name) {