mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-12 21:50:26 +00:00
Update changelog
This commit is contained in:
parent
072cac0347
commit
58483ea70c
@ -1,6 +1,9 @@
|
|||||||
# v0.9.3-dev
|
# v0.9.3-dev
|
||||||
## Bugfix
|
## Bugfix
|
||||||
* slack: fix receiving messages from private channels #118
|
* slack: fix receiving messages from private channels #118
|
||||||
|
* slack: fix echo when using webhooks #119
|
||||||
|
* mattermost: reconnecting should work better now
|
||||||
|
* irc: keeps reconnecting (every 60 seconds) now after ping timeout/disconnects.
|
||||||
|
|
||||||
# v0.9.2
|
# v0.9.2
|
||||||
## New features
|
## New features
|
||||||
|
@ -298,11 +298,15 @@ ShowJoinPart=false
|
|||||||
#### Settings for webhook matterbridge.
|
#### Settings for webhook matterbridge.
|
||||||
#### These settings will not be used when useAPI is enabled
|
#### These settings will not be used when useAPI is enabled
|
||||||
|
|
||||||
|
#NOT RECOMMENDED TO USE INCOMING/OUTGOING WEBHOOK. USE SLACK API
|
||||||
|
#AND DEDICATED BOT USER WHEN POSSIBLE!
|
||||||
#Url is your incoming webhook url as specified in slack
|
#Url is your incoming webhook url as specified in slack
|
||||||
#See account settings - integrations - incoming webhooks on slack
|
#See account settings - integrations - incoming webhooks on slack
|
||||||
#REQUIRED (unless useAPI=true)
|
#REQUIRED (unless useAPI=true)
|
||||||
URL="https://hooks.slack.com/services/yourhook"
|
URL="https://hooks.slack.com/services/yourhook"
|
||||||
|
|
||||||
|
#NOT RECOMMENDED TO USE INCOMING/OUTGOING WEBHOOK. USE SLACK API
|
||||||
|
#AND DEDICATED BOT USER WHEN POSSIBLE!
|
||||||
#Address to listen on for outgoing webhook requests from slack
|
#Address to listen on for outgoing webhook requests from slack
|
||||||
#See account settings - integrations - outgoing webhooks on slack
|
#See account settings - integrations - outgoing webhooks on slack
|
||||||
#This setting will not be used when useAPI is eanbled
|
#This setting will not be used when useAPI is eanbled
|
||||||
@ -310,7 +314,7 @@ URL="https://hooks.slack.com/services/yourhook"
|
|||||||
#REQUIRED (unless useAPI=true)
|
#REQUIRED (unless useAPI=true)
|
||||||
BindAddress="0.0.0.0:9999"
|
BindAddress="0.0.0.0:9999"
|
||||||
|
|
||||||
#### Settings for using slack API
|
#### Settings for using slack API (RECOMMENDED)
|
||||||
#OPTIONAL
|
#OPTIONAL
|
||||||
useAPI=false
|
useAPI=false
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user