Notification to ALL users on Mattermost
The simplest way I can think of would be if all users are member of a specific channel, then you could simple send a @here message on it, but aside from that I know of no built-in method to achieve...
View ArticleOutgoing for direct message to user
Why don't you use the API to connect to the websocket and listen live to the messages? https://api.mattermost.com/v4/#tag/WebSocket You could also use the API to post messages as needed or the...
View ArticleTeam Logo's /Icon for Team Chat list
Hi @CmdrMichael, Thanks for your note. At the moment, this feature does not exist in Mattermost. Could we have your help looking at these feature requests which seem similar? You have 10 votes to...
View Article[SOLVED] Mattermost not working after restoring VM snapshot
I ended up doing a fresh install and simply migrating the database, so everything is fully functional again. However, I never did figure out what the exact problem was...
View ArticleNotification to ALL users on Mattermost
Hah, guess I've got to try and learn golang now...
View ArticleNotification to ALL users on Mattermost
Everyone on a Team is a member of the Town Square channel, which is the only channel that a team member cannot leave. You could post a message there, and everyone on the team will see it.
View ArticleMoving to new server not seeing teams and users
Ah shoot didn't realize the one server was on 3.5 and the new one on 3.8, gotta fix that tonight and hopefully that fixes it.
View ArticleNotification to ALL users on Mattermost
Didn't know that... I'll try it this evening. Thanks Jeff!
View ArticleChat Bot proof of concept
I can struggle for hours to develop a POC but am wondering if somebody is interested in doing this. It might develop into a full blown project
View ArticleMoving to new server not seeing teams and users
Looks like that was the problem, gotta learn to read the manuals better... I'm going to try it again though in the next couple weeks and see.
View ArticleNon-programming trying to understand what's possible
Prixone is correct. Slack allows you to post "documents" but does of bad job of letting you find them. Ryver has a much better model where the "posts" are on another tab. This is how the all should...
View ArticleUsername incorrect after upgrade to 3.7.3
Thanks @jasonblais . If it helps, most our usernames start with a number.
View ArticleUsername incorrect after upgrade to 3.7.3
Sorry @beckf I forgot to reply, 3.8.1 was cut last week - we have since cut 3.8.2 which also contains the fix. You can download the latest version here: https://about.mattermost.com/download
View ArticleChat Bot proof of concept
There are a bunch of existing bot platforms you should look into, rather than spending hours writing a PoC. Best part is many of them can interact with multiple chat frameworks. Personally, I'm a fan...
View ArticleLinux client build idea
Would it be possible to build the linux client as a flatpak or appimage? This would be a lot more portable between distros and would be less 'messy' than using the current tarball method not to...
View ArticleIssue in creating user
Hi @habib Thanks for your issue report! I have passed your query on to our devs to see whether there are any suggestions for you. In the meantime, I found this post on the forum which references...
View ArticleImport cycle not allowed after merge
I recently just merged my modified version of MM 3.6.0 with the 3.7.5-rc1 branch (with http fix on a further branch) and although there were a couple of conflicts, all were resolved easily. However,...
View ArticleNotification to ALL users on Mattermost
You can use the API in literally ANY language you wish, you're not tied to Go @JeffSchering nicely spotted completely forgot that
View Article