-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Make sure we get state/status from the right variable name when we get chat report name #4239
Conversation
…t chat report name
|
@@ -140,8 +140,8 @@ function getChatReportName(fullReport, chatType) { | |||
if (isDefaultRoom({chatType})) { | |||
return `#${fullReport.reportName}${(isArchivedRoom({ | |||
chatType, | |||
stateNum: fullReport.stateNum, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Out of curiosity, are we still passing stateNum
from the back end, and if so is it being used anywhere in the front end?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We're not. It comes from the back-end as state
/status
, but elsewhere in E.chat it's stateNum
/statusNum
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This LGTM! Idk how CP staging works but feel free to merge it.
(cherry picked from commit c00186d)
🚀 Cherry-picked to staging in version: 1.0.80-2🚀
|
🚀 Cherry-picked to production in version: 1.0.80-2🚀
|
🚀 Deployed to staging in version: 1.0.80-3🚀
|
🚀 Deployed to production in version: 1.0.81-4🚀
|
@TomatoToaster please review
Details
I messed up here and was pulling the
state
/status
fromstateNum
/statusNum
rather thanstate
/status
Fixed Issues
$ #4023
Tests/QA
See: #4023 (comment)
Made sure
(deleted)
was showing in the report name: