In https://docs.mattermost.com/deployment/desktop-app-deployment.html#id2 the config.json code is erroneous.
echo “useSpellChecker”: true
echo “showUnreadBadge”: true
should be
echo “useSpellChecker”: true,
echo “showUnreadBadge”: true
In https://docs.mattermost.com/deployment/desktop-app-deployment.html#id2 the config.json code is erroneous.
echo “useSpellChecker”: true
echo “showUnreadBadge”: true
should be
echo “useSpellChecker”: true,
echo “showUnreadBadge”: true