mattermost / mattermost-plugin-msteams

Other
12 stars 10 forks source link

MM-58480: set user_user_icon with from_webhook #691

Closed lieut-data closed 3 weeks ago

lieut-data commented 1 month ago

Summary

Turns out that if you set from_webhook (which we do to avoid collapsing adjacent messages), you also need user_user_icon, otherwise if Enable integrations to override profile picture icons is /enabled/ (yes!), it reverts to the default webhook URL.

Basically, change this:

CleanShot 2024-06-05 at 16 45 26@2x

To: CleanShot 2024-06-05 at 16 45 36@2x

Ticket Link

Fixes: https://mattermost.atlassian.net/browse/MM-58480