Default to on for version check.
This commit is contained in:
@@ -95,6 +95,7 @@ BEGIN {
|
|||||||
# verbose=0 # Show debug information
|
# verbose=0 # Show debug information
|
||||||
# silent=0 # Reduce output messages
|
# silent=0 # Reduce output messages
|
||||||
# readline=1 # Use readline for input (if available)
|
# readline=1 # Use readline for input (if available)
|
||||||
|
# vcheck=1 # Check for updates on startup
|
||||||
|
|
||||||
# === POST SETTINGS ===
|
# === POST SETTINGS ===
|
||||||
# post_visibility=public # Default post visibility (public, unlisted, private, direct)
|
# post_visibility=public # Default post visibility (public, unlisted, private, direct)
|
||||||
@@ -831,6 +832,7 @@ binmode(W, ":utf8") unless ($seven);
|
|||||||
|
|
||||||
$anonymous ||= 0;
|
$anonymous ||= 0;
|
||||||
$ssl ||= 1;
|
$ssl ||= 1;
|
||||||
|
$vcheck ||= 1; # Enable version checking by default
|
||||||
die("** -anonymous is not supported with fediverse authentication\n")
|
die("** -anonymous is not supported with fediverse authentication\n")
|
||||||
if ($anonymous && !length($apibase));
|
if ($anonymous && !length($apibase));
|
||||||
undef $user if ($anonymous);
|
undef $user if ($anonymous);
|
||||||
|
|||||||
Reference in New Issue
Block a user