forked from External/ergo
recommend that auto-away be opt-in
This commit is contained in:
parent
ef0aa20cff
commit
ca7da62138
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue