Skip to content

Commit

Permalink
Merge pull request #1129 from tchapgouv/fix-thread-panel-bump-4.9.2
Browse files Browse the repository at this point in the history
Fix thread panel bump 4.9.2
  • Loading branch information
MarcWadai authored Oct 9, 2024
2 parents 881d5de + 03276ce commit 0119114
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ export default function RoomHeader({
indicator={notificationLevelToIndicator(threadNotifications)}
onClick={(evt) => {
evt.stopPropagation();
RightPanelStore.instance.showOrHidePanel(RightPanelPhases.ThreadPanel);
RightPanelStore.instance.showOrHidePhase(RightPanelPhases.ThreadPanel);
PosthogTrackers.trackInteraction("WebRoomHeaderButtonsThreadsButton", evt);
}}
aria-label={_t("common|threads")}
Expand Down
3 changes: 2 additions & 1 deletion modules/tchap-translations/tchap_translations_removed.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,6 @@
"common|private",
"room_list|add_space_label",
"spaces|error_no_permission_add_space",
"auth|continue_with_sso"
"auth|continue_with_sso",
"room|header_avatar_open_settings_label"
]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "element-web",
"productName": "Tchap",
"version": "4.9.1",
"version": "4.9.2",
"version-element-web": "1.11.80",
"description": "A feature-rich client for Matrix.org",
"author": "DINUM",
Expand Down

0 comments on commit 0119114

Please sign in to comment.