mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-24 03:32:02 -08:00
add to Matrix config to send url not a file
This commit is contained in:
parent
44411b4789
commit
2f12fa3c61
@ -146,6 +146,7 @@ type Protocol struct {
|
||||
ReplaceNicks [][]string // all protocols
|
||||
RemoteNickFormat string // all protocols
|
||||
RunCommands []string // IRC
|
||||
SendUrlNotFile bool // matrix
|
||||
Server string // IRC,mattermost,XMPP,discord,matrix
|
||||
SessionFile string // msteams,whatsapp
|
||||
ShowJoinPart bool // all protocols
|
||||
|
@ -1329,6 +1329,10 @@ StripNick=false
|
||||
#OPTIONAL (default false)
|
||||
ShowTopicChange=false
|
||||
|
||||
#Enable to send a URL rather than an image
|
||||
#(the default behavior in Matterbridge is to download and send a file)
|
||||
SendUrlNotFile=true
|
||||
|
||||
###################################################################
|
||||
#steam section
|
||||
###################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user