Load messages when showConversation is called in other tab

This commit is contained in:
Jamie Kyle 2023-08-29 17:09:59 -07:00 committed by GitHub
parent 930b2145be
commit 80a19d39de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 31 additions and 19 deletions

View file

@ -2884,6 +2884,13 @@
"updated": "2023-06-02T00:37:19.861Z",
"reasonDetail": "Reading from innerHTML, not setting it"
},
{
"rule": "React-useRef",
"path": "ts/state/smart/ChatsTab.tsx",
"line": " const lastOpenedConversationId = useRef<string | undefined>();",
"reasonCategory": "usageTrusted",
"updated": "2023-08-25T17:37:23.002Z"
},
{
"rule": "React-useRef",
"path": "ts/state/smart/ConversationPanel.tsx",