* Remove t from components/admin_console/feature_discovery
* Remove t and localizeMessage from components/admin_console/permission_schemes_settings
* Remove t and localizeMessage from components/admin_console/system_user_detail
* Remove t from components/admin_console/team_channel_settins
* Address feedback
* Remove t and localizeMessage from components/delete_category_modal
* Remove t from components/error_page
* Remove t from components/integrations
* Remove t from components/keyboard_shortcuts
* Remove t from components/no_results_indicator
* Remove t from components/search_results
* Remove t from components/sidebar
* Remove t from components/threading
* Remove t from components/tours
* Remove t from components/announcement_bar
* Remove t from components/cloud_usage_modal
* Remove t from components/common/hooks
* Remove t and localizeMessage from components/downgrade_modal
* Remove t from components/pricing_modal
* Remove t from components/preparing_workspace
* Remove t from components/start_trial_form_modal
* Fix test
* Remove t from actions/invite_actions
* Remove t from components/invitation_modal and related code
* Remove t from components/channel_invite_modal
* Re-add the ability for reason to be a string
* Address feedback
* Remove t from components/post_view/combined_system_message
* Remove t from components/post_view
* Remove t from components/post_markdown
* Remove t from components/size_aware_image
* Remove t from components/advanced_text_editor
* Remove t from components/advanced_create_post
* Remove t from components/notify_confirm_modal
* Remove t and localizeMessage from components/custom_status
* Remove t from components/user_settings/advanced
* Remove t from components/user_settings/display
* Convert AddIncomingWebhook from Class Component to Function Component
* Review fix
* Review fix
---------
Co-authored-by: Mattermost Build <build@mattermost.com>
Calling app.DeletePost immediately after creating a post
is susceptible to replica lag because we were calling the
replica to check for the post.
We fix this by passing a context to always query master.
https://mattermost.atlassian.net/browse/MM-58038
```release-note
NONE
```
* Convert katex class component to function component
* Change formatting
* Move props to one line each
* Fix latex tests - shallow() does not work with useEffect()
* Update snapshot for src/utils/message_html_to_component.test.tsx
* Remove act() block
* Expect that length of components with matching data-testid should be 1
* Revert behaviour of katex with error to render the error
The new holopin.yml file will help manage community contributions by assigning stickers to contributors. This will make it easier to recognize and appreciate the efforts of our community contributors, fostering a more engaging and rewarding open-source environment.
Co-authored-by: Mattermost Build <build@mattermost.com>
* Adding unsupported text into the team/e0 edition menu
* Fixing CI
* Addressing PR review comments
* Removing start trial from the product menu
* Fixing tests
* Updating i18n
* [MM-55485] Ensure user added to channel receives websocket event regardless of channel membership info retrieved in HA
* Testing to see if group messages are also affected
* Use context from master approach
* Hardcode to master to test
* Revert "Hardcode to master to test"
This reverts commit 50ef2baed1.
* Revert "Use context from master approach"
This reverts commit 65d3584f83.
* Remove group message changes, add comment
---------
Co-authored-by: Mattermost Build <build@mattermost.com>
* Cleans the RemoteId when creating a user through the API
* Replace bad usage of the API with an App call in tests
---------
Co-authored-by: Mattermost Build <build@mattermost.com>
* MM-57882 Add metric for the time it takes to open the Threads list
* Clean up mark because the starting mark may be missing
* Pass global threads load duration to Prometheus
* Update mocks
* MM-52219 Add announcement bar to prompt users for notification permission
* Update i18n strings
* Only show NotificationPermissionsBar when logged in
* Update text
* Remove z-index from AnnouncementBar
---------
Co-authored-by: Mattermost Build <build@mattermost.com>