[FIX] Updated names in thread messages. - #20634
Conversation
|
Actually, none of the messages contains the updated name in the database. So after this PR, it would fix that issue also. |
|
Would this fix #18270 by any chance? |
|
Hey @Darshilp326 ! Thanks again for contributing. Even when the PR solves the issue, I don't think it's the best way of doing it. Currently, we're not storing the name of the user in the database, just the username. This facilitates updates and reduces the amount of data that we need to care about when a user changes his profile information. I was taking a look at the I can help you with the changes if you want. Thanks again! |
rodrigok
left a comment
There was a problem hiding this comment.
Missing normalization on other threads methods and rest apis
|
@rodrigok Onto it! |
|
@rodrigok Hello! Can you tell which API/methods are you exactly referring to? |
|
@KevLehman @rodrigok Sorry sir, I missed this PR. Can you please review it? |
Proposed changes (including videos or screenshots)
Thread messages would now include updated names.
name-update-pr.mp4
Issue(s)
Closes #20633
Steps to test or reproduce
Further comments