Email notification settings
im using linux, and yes the email notification is annoying , because when i hear the chrome notifications, and then my mobile get the email too, what is the point? maybe can delaying the email...
View ArticleURLs that are non-UTF-8 format
Hi, @lfbrock. I think this library will be good.jschardet https://www.npmjs.com/package/jschardet Many supported charsets not only Japanese.https://www.npmjs.com/package/jschardet#supported-charsets...
View ArticleAPI to get private messages
Thank you very much. Yes, now i can read all the posts from direct channel too. Thanks to you.Well, is there any mechanism to get notify the client, whenever any new message is posted to public or...
View ArticleProblem following instructions installing Mattermost 2.2.0 in Ubuntu 14.04 +...
Hello @crspeller and @it33 Thanks for making Mattermost! The Mattermost DB setup correctly Nginx is setup correctly (nginx page come out, etc)One problem left, it seems connecting the 3 machines gives...
View ArticleHow can we push a message reply as comment back to GitLab issues
We are very happy with the GitLab Mattermost integration and we get all events to issues in GitLab as new messages in Mattermost. This is done by enabling the Slack service in the GitLab project and...
View ArticleIs there a way to distinguish if a mattermost user is logged in from internal...
Hi @vikingsteve, Glad to here you like slash commands! Unfortunately we don't have any way to distinguish between users logged in and sending requests from within a certain network or from outside it....
View ArticleOutgoing slash commands - user_real_name?
Hi @vikingsteve, I gather you're trying to do a look-up of the user in AD based on the receipt of an outgoing webhook? Or is the purpose of that look-up just to get the user's real name (ex Joe...
View ArticleIs the "too many open files" error common?
Hi @adamshirey, Hmmm, we haven't seen this before on any of our production instances. How many concurrent users do you expect to have during peak times? How long had your server been running non-stop...
View ArticleIs there a way to distinguish if a mattermost user is logged in from internal...
Actually what would be most useful is to use the REST api on the mattermost server to query the logged in users and get their details, user_id, real name and ip address. Then I could do some checking...
View ArticleAPI to get private messages
Using a websocket is probably your best bet. They transmit a lot more events than push notifications do, and they're what the web client currently uses. Unfortunately, like the REST api, it doesn't...
View ArticleHow can we push a message reply as comment back to GitLab issues
Digging around and looking into the GitLab API for this, I think that this could be done with the Hubot approach (or any other Bot), but there are two more issues that I can see so far:...
View ArticleProblem following instructions installing Mattermost 2.2.0 in Ubuntu 14.04 +...
If you have the DB connection string correct in Mattermost, there isn't a problem on our end. Likely you have to allow connections between the two machines in your hosting environment.
View ArticleHow can I get user accesslog via rest API?
Sorry, we don't have any documentation for our REST APIs yet, but I should be able to help out in the meantime. We don't explicitly store the user's last IP address, but you can could check a user's...
View ArticleIs the "too many open files" error common?
We only have 15 registered users, and maybe half of them are there at a time. I setup the server maybe a month or so ago and have now restarted it twice -- so maybe ~2wks running until I had to...
View ArticleEmail notification settings
Hi @auzty, we have a ticket tracking this issue here: https://mattermost.atlassian.net/browse/PLT-2451
View ArticleAPI to get private messages
Hi, Can you please tell me what wss URL i should use here. I am not able to make the connection with mattermost either using ws or wss. Thanks,Jayshree
View ArticleFeedback on the compact layout
Thanks. That confirms my hunch that the vertical padding is a bit greater in the mockup than in Slack. I think it would both look nicer and be more useful (ie. permit more conversation to be viewed at...
View ArticleFeedback on the compact layout
This is probably a separate issue, but one thing that stands out to me when comparing these Slack and Mattermost screenshots is how the users' names are much more distinguishable due to color in Slack...
View ArticleFeedback on the compact layout
The color stuff would be hard to pull off, Slack doesn't have styling for the center channel. Users in Mattermost can set different background styles for the center channel and if we generate some...
View Article