Ability to customize the site favicon
When a user interacts with several Mattermost instances having always the same favicon can get highly confusing.
With versions pre-3.0 it was fairly easy to directly change the favicon files on the installation. It looks way more complex since the 3.0 came out as the file names are no longer predictable
-
Myne Spamim commented
this feature is very important, we need to have custom branding for each instance
-
Stefan commented
It would be great to be able to change the favicon using the "Custom Branding" menue. Or at least a easy option in the setting file.
-
Pierre Rudloff commented
As a workaround, it's pretty easy to inject a custom favicon with a plugin: https://framagit.org/Animafac/mattermost-animafac-branding/blob/master/webapp/index.js#L15
But it only replaces the initial favicon load and you still get the original favicon when you get a notification. -
Pierre Rudloff commented
This would be fairly easy to add to config.json. I'm even willing to submit a pull request for this.