From ca7da6213847907628e6dde550ffa2bbbd23f55c Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Wed, 20 May 2020 07:56:22 -0400 Subject: [PATCH] recommend that auto-away be opt-in --- conventional.yaml | 2 +- oragono.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conventional.yaml b/conventional.yaml index 8a9a1088..558dd00c 100644 --- a/conventional.yaml +++ b/conventional.yaml @@ -414,7 +414,7 @@ accounts: always-on: "disabled" # whether to mark always-on clients away when they have no active connections: - auto-away: "opt-out" + auto-away: "opt-in" # vhosts controls the assignment of vhosts (strings displayed in place of the user's # hostname/IP) by the HostServ service diff --git a/oragono.yaml b/oragono.yaml index 78f8090d..b6fb2ab7 100644 --- a/oragono.yaml +++ b/oragono.yaml @@ -435,7 +435,7 @@ accounts: always-on: "opt-in" # whether to mark always-on clients away when they have no active connections: - auto-away: "opt-out" + auto-away: "opt-in" # vhosts controls the assignment of vhosts (strings displayed in place of the user's # hostname/IP) by the HostServ service