General
Please search for existing ideas before posting a new idea.
84 results found
-
Read Receipts: Implement a visual indication for messages if and when they have been read by other users of the channel
Sometimes one's wondering if a post has already been read by other users. I could image that a member list of the channel pops up when one is selecting the read status from the particular post menu ("[..]").
In private chats, a sinple check sign (similar to whatsapp) could signalize if a message had beend read by your counterpart.1,252 votesWe’ve opened a design ticket to start exploring this feature: https://mattermost.atlassian.net/browse/MM-36529
This will need feasibility explorations given performance concerns on the server-side. As a result, we may start by only offering read receipts in Direct Messages and Group Messages that have a maximum of 8 users.
-
Off The Record messaging
Implement off-the-record messaging (https://otr.cypherpunks.ca/)
1,035 votesTicket for this feature can be followed here: https://mattermost.atlassian.net/browse/MM-669
-
Send stickers like in telegram
emojis not expressive enough? with sticker packs from telegram, it would definitely spice up your chat in your team!
355 votesLabel and status updated.
-
Boards on mobile
It would be great to have access to MM boards on the mobile app, integrated with my existing boards on the desktop and web app. This would allow users to view and update their board tasks from their Boeing Phone, when not logged into our laptop.
305 votesLabel and status updated.
-
Ability to view channels without joining
Some users want to view a channel before deciding to join: https://github.com/mattermost/platform/issues/2382
281 votesLabel and status updated.
-
global/common channel across teams
Add the ability for teams to share "global" channels.
We have multiple teams but have a need for a common channel across all teams.
275 votesLabel and status updated.
-
Copy / Zoom on image in preview (same as Slack / Skype)
Integrate similar image previews as in Skype / Slack, rather than just "Download":
- Enable copy pasting of an image from preview
- Enable zoom on image when passing mouse over it
- Open preview in a sub-window for better viewing265 votesLabel and status updated.
-
Users should be able to delete their datas without any admin intervention.
Hello,
cli tool is not user's compliant :)
Users should be able to delete (not just deactivate) their datas without any admin intervention.151 votesLabel & status updated.
-
Provide an option to only show channels with unread messages
We have a Mattermost installation where I'm subscribed to 24 channels, most of which are fairly quiet. Except for the channels that are at the top and bottom of the list (of course). I'm continually scrolling up and down.
I'd like to have an option that hides channels that have no unread messages. Hiding all-read private groups and DMs would be a bonus.
96 votesThanks Brian and others for suggesting this feature!
We are considering to add a setting to hide all read channels in the sidebar: https://mattermost.atlassian.net/browse/MM-7502
In the meantime, there are two features that can help your teams:
1) Mattermost v4.7+ supports a setting to group all unread channels at the top. This makes it easier to find all your unreads. It must first be enabled by your System Admin: https://docs.mattermost.com/administration/config-settings.html#group-unread-channels-experimental
2) Mattermost v4.9+ shows unread channels when using the channel switcher (CMD/CTRL+K) -
Mattermost Federation
Let all the Mattermost instances connect to each other, like the way Jabber/XMPP does it. So if I want to chat with someone on another instance, I just open my own instance and add a contact like "nameofuser@mattermost.otherdomain.tld" and the two Mattermost instances will connect to each other.
81 votesAs a starting point, anyone from community interested in helping add this through an integration?
If so, we can open an APR to discuss (http://docs.mattermost.com/process/accepting-pull-request.html)
API documentation here: http://docs.mattermost.com/developer/api.html
You might start with open source Mattermost apps like Matterircd (IRC server) which might have a lot of the parts you’d need: https://github.com/42wim/matterircd
-
Code snippet with preview
It would be really nice to have preview boxes of long code blocks (Code snippets).
It should be cropped if there are more then x lines (maybe configurable), and could be opened in a new tab or fade out within the chat. An extra code viewer "window" would be nice.E.g. :
https://i.imgur.com/6I25yR1.pngIt is really easy to do so:
Add a span/div element within the code block, give it absolute bottom position and a height (50px here), give it a gradient bg color and give the code block a max-height with overflow hidden. there you go.66 votesThe feature is under review. Would anyone would be interested contributing the improvement if we made it a help wanted ticket? https://docs.mattermost.com/process/help-wanted.html
-
Add quote reply in addition to collapsed threads
Currently, in order to reply to someone a few messages back, you hit the reply button and it goes into a thread. Alternatively, Mattermost could add a quote button on messages next to the reply button. When you click quote button it should work like reply in modern messengers with text of the message or part of it and name of the creator of the message.
Threads are useful, but creating them for replying to paticular messages can be a bit of an overkill.65 votesLabel and status updated.
-
Get a notification for reactions
Anytime someone put a reaction (emoji) on a text you wrote, you are not notified.
Very anoying.61 votesLabel and status updated.
-
Support preview of HEIF / HEIC images
Modern smartphones, iOS and Android based, save photos in HEIC instead of JPEG.
As of now, there's no preview support for HEIC encoded images. When people post photos taken on their smartphones, users currently have to download the photo to see it.
Therefore I suggest adding support of HEIC to the image previews feature.
54 votesLabel updated.
-
Allow to disable thread autofollow when whole channel was mentioned.
Add parameter that allows Mattermost admin, to disable thread autofollow while having collapsed reply thread turned on while mass mentions are used (@channel, @all, @here).
I want my users to get notification, but not to follow this thread automatically, afaik, this is not possible at this moment, because thread autofollow must be set to true in config.json, for collapsed reply thread to work.46 votes -
Icons for channels
It would be nice to be able to assign an icon (or emoji) to a channel so that it replaces the existing public/private icons in the sidebar. Having a small image that describes the channel allows for people to more easily find a channel that they are looking for in a large list of channels (just like it does for DMs and teams). The space taken up by the existing public/private icons would be better served by a custom image/emoji. If desired, the public/private icons could be retained by making them small overlay icons in the corner much like user…
45 votesLabel and status updated.
-
Name group direct message channel
Hi Team,
Please provide an option to name a group, instead of the current state that only shows the number of members and members' names.
Thank you.
45 votes -
Ability to Reply to Message with Webhook
It would be awesome for us, when something like this could be achieved:
I use a slash command in a thread (right side), the triggered post will include the parent message id.
Add the parent message id to incoming webhooks. So I can reply to a thread with webhooks.
43 votes -
Allow Webhooks to post to Reply Threads
From: https://github.com/mattermost/mattermost-server/issues/10463
At the moment, the "comment" value for response_type will only trigger for the triggering message, even if that message is part of a thread. Maybe a value of "thread" can tell it to reply in the thread rather than creating another thread just to respond to the trigger message.
39 votes -
Feature to enable Auto theme switch based on MacOS theme
Introduce an "Auto mirror OS theme" toggle button in Mattermost Desktop for MacOS (and possibly Windows) client so it can mirror the MacOS theme setting (Settings > General > Appearance) Light and Dark automatically.
Many users would want to use dark themes for their apps to work at night, but Mattermost default theme is pretty bright in the dark.
Right now it should be a manual theme change to switch to the Mattermost dark theme. This would be a great step towards better user experience.
38 votes
- Don't see your idea?