Closed valvin1 closed 8 years ago
I don't know if is in this part on mattermost side but username we specified in config.py is not used.
The username used is the one which has created the webhook.
In my config.py I have : USERNAME = "Github" and in Mattermost it displays mynickname (BOT)
USERNAME = "Github"
mynickname (BOT)
we can so easily believe that i've sent this message.
Did you check if you have set Enable webhooks and slash commands to override usernames in your Notification settings?
I don't know if is in this part on mattermost side but username we specified in config.py is not used.
The username used is the one which has created the webhook.
In my config.py I have :
USERNAME = "Github"
and in Mattermost it displaysmynickname (BOT)
we can so easily believe that i've sent this message.