man: Document the OS notifications setting.

This commit is contained in:
Damir Jelić 2019-05-23 12:29:32 +02:00
parent a25ab95f62
commit 32c17421e2

View File

@ -69,6 +69,14 @@ Set the log level of the daemon, can be one of
.Ar debug . .Ar debug .
Defaults to Defaults to
.Ar warning . .Ar warning .
.It Cm Notifications
The daemon sends out notifications for some actions that require users to
interfere (unverified devices are in a room, interactive key verification
events), this option enables or disables OS notifications. Can be one of
.Ar On ,
.Ar Off .
Defaults to
.Ar On .
.El .El
.\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
@ -99,13 +107,14 @@ Additionally to the
.Em Clocktown .Em Clocktown
section the section the
.Em Default .Em Default
section is also listed and the default value for SSL verification is set to True section is also listed and the default value for SSL verification is set to
and the debug level is set to True, OS notifications are enabled and the debug level is set to
.Em Debug . .Em Debug .
.Bd -literal -offset indent .Bd -literal -offset indent
[Default] [Default]
LogLevel = Debug LogLevel = Debug
SSL = True SSL = True
Notifications = On
[Clocktown] [Clocktown]
Homeserver = https://localhost:8448 Homeserver = https://localhost:8448