fixes
This commit is contained in:
parent
05824010ed
commit
5d1f3c1cee
4 changed files with 7 additions and 4 deletions
|
|
@ -37,7 +37,9 @@ export function useConversation(statusId, expanded) {
|
|||
|
||||
watch(mainStatus, (newStatus, oldStatus) => {
|
||||
if (newStatus) setFocused(newStatus.id)
|
||||
fetchConversation()
|
||||
if (newStatus.id !== oldStatus.id) {
|
||||
fetchConversation()
|
||||
}
|
||||
})
|
||||
|
||||
watch(expanded, (value) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue