Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The app fails to render hashtags with a minimum length of 2 after modifying the setting in the system console #7961

Closed
eli-yip opened this issue May 18, 2024 · 2 comments
Labels
Bug Report/Open Bug report/issue

Comments

@eli-yip
Copy link

eli-yip commented May 18, 2024

Summary

Bug report: The app fails to render hashtags with a minimum length of 2 after modifying the setting in the system console.

Environment Information

  • Device Name: iPhone 15 Pro
  • OS Version: iOS 17.5
  • Mattermost App Version: 2.16.0
  • Mattermost Server Version: 9.8.0

Steps to reproduce

  1. Open the Mattermost system console.
  2. Navigate to the database settings.
  3. Change the minimum hashtag length to 2.
  4. Attempt to use a hashtag with a length of 2 in the app.

Expected behavior

The app should correctly render hashtags with a length of 2 after changing the minimum hashtag length setting.

Observed behavior (that appears unintentional)

The app does not render hashtags with a length of 2. It still only supports hashtags with a length of 3 or more.

Possible fixes

Potential issue in the codebase where the hashtag length validation still enforces a minimum length of 3. Consider checking the validation logic for hashtags in the app's code.

@amyblais
Copy link
Member

@larkox
Copy link
Contributor

larkox commented May 31, 2024

Closing in favor of the Help Wanted ticket opened in the main repo:
mattermost/mattermost#27220

@larkox larkox closed this as completed May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Report/Open Bug report/issue
Projects
None yet
Development

No branches or pull requests

3 participants