Skip to content

General

Please search for existing ideas before posting a new idea.

  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback

60 results found

  1. 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,239 votes
    How important is this to you?
  2. Off The Record messaging

    Implement off-the-record messaging (https://otr.cypherpunks.ca/)

    1,032 votes
    How important is this to you?
  3. Send stickers like in telegram

    emojis not expressive enough? with sticker packs from telegram, it would definitely spice up your chat in your team!

    348 votes
    How important is this to you?
  4. 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.

    302 votes
    How important is this to you?
  5. 278 votes
    How important is this to you?
  6. 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 votes
    How important is this to you?
  7. 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 viewing

    265 votes
    How important is this to you?
  8. 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 votes
    How important is this to you?
  9. 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 votes
    How important is this to you?

    Thanks 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)

  10. 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 votes
    How important is this to you?

    As 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

  11. 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.png

    It 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 votes
    How important is this to you?
  12. 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.

    60 votes
    How important is this to you?
  13. 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 votes
    How important is this to you?
  14. Get a notification for reactions

    Anytime someone put a reaction (emoji) on a text you wrote, you are not notified.
    Very anoying.

    53 votes
    How important is this to you?
  15. 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
    How important is this to you?
  16. 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
    How important is this to you?
  17. 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…

    42 votes
    1 comment  ·  Admin →
    How important is this to you?
  18. 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
    How important is this to you?
  19. Search text of attached files

    When attached files have text in them, the text of the files should be indexed so that it is available for search.

    32 votes
    1 comment  ·  Admin →
    How important is this to you?
  20. Threads: Proposal for additional usability and readability Option

    Dear Team,
    thanks for the awesome Mattermost App!

    I love threads, and i would like to suggest an additional usability and readability option:

    Background (or "what drives me mad"):
    Everybody knows the flow of conversations, they have the tendency to get unstructurized and important threads of messages get "buried" below new incoming messages in the parent channel.
    Also People sometimes dont answer in threads, either they dont want to use threads, or they accidently answer in the parent channel.
    This makes things more than often confusing to follow..

    My Proposal to implement just some options:

    How it works Now:

    • Open…
    28 votes
    How important is this to you?
← Previous 1 3
  • Don't see your idea?

Feedback and Knowledge Base