240921 Paste Upload and Default Visibility
This commit is contained in:
@ -59,6 +59,10 @@ if (isset($_POST['action']) && $_POST['action'] == "settings"){
|
||||
$user_settings['emoji'] = intval($value);
|
||||
break;
|
||||
|
||||
case "defscope":
|
||||
$user_settings['defscope'] = intval($value);
|
||||
break;
|
||||
|
||||
case "text":
|
||||
$user_settings['text'] = ($value == "on" ? "on" : "off");
|
||||
break;
|
||||
@ -71,6 +75,7 @@ if (isset($_POST['action']) && $_POST['action'] == "settings"){
|
||||
$user_settings['replies'] = ($value == "on" ? "on" : "off");
|
||||
break;
|
||||
|
||||
|
||||
case "reblog":
|
||||
$user_settings['reblog'] = ($value == "on" ? "on" : "off");
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user