You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Define a new function to get the translated message for the new action. And update a case for this action in LHN, ReportActionItem, getReportName, copyToClipBoard.
Please re-state the problem that we are trying to solve in this issue.
The group conversation shown in LHN without any message or history
What is the root cause of that problem?
After we rename the report,
notificationPreference
of the user is updated toalways
. So it stays in LHN.What changes do you think we should make in order to solve the problem?
In
updateGroupChatName
function, we should updatenotificationPreference
of the current user toalways
if it'shidden
.What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?
What alternative solutions did you explore? (Optional)
To clarify, I think we can add a new action when we edit the group chat name like we do when we update the policy room name
App/src/libs/actions/Report.ts
Line 684 in ce282d3
ReportActionItem
,getReportName
,copyToClipBoard
.Originally posted by @nkdengineer in #53496 (comment)
The text was updated successfully, but these errors were encountered: