General
Please search for existing ideas before posting a new idea.
1206 results found
-
shopee
Please screenshot this and report to Mattermost
Error: Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=undefined&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Hu (https://deo.shopeemobile.com/shopee/modules-federation/stable/0/react-dom/17.0.2.js:1:127386)
at d (https://deo.shopeemobile.com/shopee/modules-federation/stable/0/react-dom/17.0.2.js:1:73251)
at m (https://deo.shopeemobile.com/shopee/modules-federation/stable/0/react-dom/17.0.2.js:1:74521)
at https://deo.shopeemobile.com/shopee/modules-federation/stable/0/react-dom/17.0.2.js:1:76582
at Ro (https://deo.shopeemobile.com/shopee/modules-federation/stable/0/react-dom/17.0.2.js:1:87611)
at Qi (https://deo.shopeemobile.com/shopee/modules-federation/stable/0/react-dom/17.0.2.js:1:133640)
at Nu (https://deo.shopeemobile.com/shopee/modules-federation/stable/0/react-dom/17.0.2.js:1:118821)
at Cu (https://deo.shopeemobile.com/shopee/modules-federation/stable/0/react-dom/17.0.2.js:1:118749)
at Eu (https://deo.shopeemobile.com/shopee/modules-federation/stable/0/react-dom/17.0.2.js:1:118612)
at vu (https://deo.shopeemobile.com/shopee/modules-federation/stable/0/react-dom/17.0.2.js:1:115599)
at https://deo.shopeemobile.com/shopee/modules-federation/stable/0/react-dom/17.0.2.js:1:65485
at t.unstable_runWithPriority (https://deo.shopeemobile.com/shopee/modules-federation/stable/0/react-dom/17.0.2.js:1:141957)
at Ql (https://deo.shopeemobile.com/shopee/modules-federation/stable/0/react-dom/17.0.2.js:1:65262)
at Kl (https://deo.shopeemobile.com/shopee/modules-federation/stable/0/react-dom/17.0.2.js:1:65430)
at D (https://deo.shopeemobile.com/shopee/modules-federation/stable/0/react-dom/17.0.2.js:1:141017)
at b.port1.onmessage (https://deo.shopeemobile.com/shopee/modules-federation/stable/0/react-dom/17.0.2.js:1:139740)1 vote -
Display Nickname or Full Name Based on Settings
I configured nicknamefullname: true, but the username is still displayed while drafting a chat. This is not user-friendly.
The same problem also occurs when full_name: true is configured.https://docs.mattermost.com/configure/site-configuration-settings.html#teammate-name-display
I'm Japanese, and Japanese characters cannot be used in usernames. Therefore, displaying only the username is very troublesome for my organization.
1 voteLabels set.
-
Feature Request: Mass unfollow threads
Mattermost gets laggy when there you are following many threads. To the point that opening the "threads" tab fail to load with timeout errors. See github issues below:
https://github.com/mattermost/mattermost/issues/23690#issuecomment-2611855763This is true to people that have been using mattermost for a while now, we have been using it for 6 years and using collapsible threads since they are in beta.
Being able to mass unfollow all past threads will fix this.
I have tried disabling threads in the whole organization and re-enabling it but it didn't remove the follows.
If there's any backend/sql command i could run that would be…
3 votesUpdated labels.
-
Ability to “Also send to channel” inside a thread
As we are starting to use threads more, it would be nice to keep the channel updated when important updates are made in threads.
Slack solves this problem by adding a checkbox that says “Also send to channel” inside a thread. Would love to see a similar approach.
10 votes -
Central Server for Mattermost Instances
All self-hosted Mattermost Servers could be authenticated and coordinated by a central server like hub.mattermost.com.
For example, I have accounts on chat.rockylinux.org and chat.almalinux.org, as well as two self-hosted servers for our organization.
I want to add all four to my hub.mattermost.com (or some cool subdomain).
And once I log in to main.mattermost .com, I get the list of servers on which I have accounts.
If I have an account on hub.mattermost.com, I do not need to create accounts on all servers.
The hub.mattermost.com can do the on-boarding and data sharing.
Something like what discord.com does.1 voteUpdated label & status.
-
Trigger a notification/webhook when a Playbook task has been assigned to a user
The only notification of a Playbook task being assigned to a user seems to happens in the daily digest. We'd like to be trigger a notification as that assignment happens either to the Playbook's run channel or via a webhook.
3 votesLabels and status updated.
-
Change mmctl user to also allows changing the firstname / lastname (aka fullname) as well as the alias
When using MM with auth providers, in most cases, its not possible to change the user data once a user has been created.
It would be nice to be able to use
mmctl user name --firstname Igmar --lastname Palsenberg igmar
from the cli.
If we agree, I'll do a PR for the code changes.
4 votes -
allow the Late Time Warning to be disabled or modified
Not everyone works a regular schedule. Constantly being "warned" about messaging someone during their regular work hours could get really annoying. The ability to disable this, or to alter the time(s) that would incur a "warning" should be a relatively low LoE.
1 vote -
Add functionality to automatically add new users to a team
A lot of new users are unfamiliar with / confused by teams. So they don't select one, and then can't post anything, and an admin has to manually add them. There should be an easy way for all new users to be automatically added to a team.
1 vote -
Absolute dates display
Currently, Mattermost only supports relative dates display. However, there should be a feature that allows users to configure absolute dates display individually.
This functionality would improve the readability of posted messages, reduce human errors, and facilitate smoother communication and management.
3 votes -
Sort Emojis
It would be great if it was possible to sort emojis manually as to promote certain internal custom emojis.
1 vote -
Alt text for user-posted images
Users should be able to add alt text to their images. This is actually necessary to comply with accessibility legislation in Canada.
1 voteLabel and status updated.
-
MPNS: Introduce token-based authentication to APNs
https://github.com/mattermost/mattermost/issues/28874
Currently, push proxy only supports certificate-based connections to APNs. Description is available at https://docs.mattermost.com/deploy/mobile-hpns.html#host-your-own-push-proxy-service
Token-based authentication to APNs should be used in MPNS: https://developer.apple.com/documentation/usernotifications/establishing-a-token-based-connection-to-apns. Token-based authentication offers a stateless way to communicate with APNs. Stateless communication is faster than certificate-based communication because it doesn’t require APNs to look up the certificate, or other information, related to your provider server. There are other advantages to using token-based authentication.
1 vote -
Thread in multiple channels
Sometimes you'll have topics which belong to more than one channel. It would be nice, to start a thread on multiple channels and sync all replies to all channels so that nobody has to join additional channels.
3 votes -
Improve reaction list in webapp/desktop to the same degree as in mobile
In the mobile app, when I long-press the reactions area, I can see the list of all reactions and all people who have reacted with those reactions. I can also tap on the reactors which gives me the option to mention them, or send them a DM.
Such a thing is not available in webapp/desktop, there is only a tooltip on hover, which does not really work as an actual list of reactions.
I propose to improve this so that this feature - a true list of reactions which can be interacted with - is present in webapp/desktop as well.
3 votes -
Reverify user emails periodically
The system administration should have the option to require users to verify their email addresses periodically.
The use case is the following: Users signup using an organization email address that is whitelisted. However, users may leave the organization, and requiring periodic email verifications would be an easy way to remove accounts that no longer should have access.
3 votes -
ability to block private messages from other members
Sometimes in an open chat environment it's nice to be able to block private messages from a person you no longer want to have contact with, or see content from. The current hide and or archive features don't really do the trick. Having a click and forget feature would improve platform satisfaction and ensure long use.
3 votes -
Thread Profile Icon
I hope you can set the profile icon to appear on all posts regardless of timing.
By the way, Rocket.Chat groups in 300 seconds by default.
It seems that you can change the number of seconds that are grouped.1 vote -
Allow users to reset "Do not ask me again" prompts
A Jira issue (https://mattermost.atlassian.net/browse/MM-4815) implemented a modal pop-up that prompts users to reset their presence to "Online" when they first open the client in cases where they previously set their status to "Away" or "Offline" in the UI.
Once you select "Do not ask me again" you are never asked again. As a downside, there is no way to reset this prompt. You're stuck with your decision forever... unless you can hunt through the Mattermost DB to delete the right value from the right table.
Users should be able to reset any "do not ask me again" prompts…
3 votes -
For Message Display>Compact, Colorize usernames, update to use color blind friendly colors
I really like the compact message display view. I use the "Colorize usernames" option, but the use of red and green for the usernames is difficult for me as I'm color blind. I understand that the contrast between red and green is great for non-color blind users, but it's super difficult for the color blind. This blog post gives some good suggestions as to colors that will be easy to distinguish between for the color blind: https://www.tableau.com/blog/examining-data-viz-rules-dont-use-red-green-together#:~:text=Use%20a%20colorblind%2Dfriendly%20palette%20when%20appropriate&text=For%20example%2C%20blue%2Forange%20is,blue%20to%20someone%20with%20CVD. Thank you ;) Love mattermost!
3 votes
- Don't see your idea?