Added -t option
This commit is contained in:
parent
b98624bc78
commit
9591bcdaa6
5 changed files with 82 additions and 36 deletions
|
@ -1,4 +1,4 @@
|
|||
.Dd $Mdocdate: July 28 2022 $
|
||||
.Dd $Mdocdate: July 29 2022 $
|
||||
.Dt MATRIX-SEND.CONF 5
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -22,7 +22,7 @@ Server
|
|||
.It
|
||||
Username
|
||||
.Ar username
|
||||
Your Matrix username.
|
||||
The username of your Matrix account.
|
||||
.It
|
||||
Password
|
||||
.Ar password
|
||||
|
@ -30,13 +30,19 @@ Password
|
|||
.It
|
||||
AccessToken
|
||||
.Ar token
|
||||
Instead of using a username and password to obtain an access token, just use
|
||||
Instead of using a username and password to obtain an access token, use
|
||||
.Ar token .
|
||||
.It
|
||||
CacheLocation
|
||||
.Ar location
|
||||
Instead of caching access tokens to ~/.cache, cache them to
|
||||
.Ar location .
|
||||
.It
|
||||
DefaultEvent
|
||||
.Ar type
|
||||
Use
|
||||
.Ar type
|
||||
as the default event type instead of m.text.
|
||||
.El
|
||||
.Pp
|
||||
The following statements are available:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue