fix(ui): wrong reply to account (#2649)
This commit is contained in:
parent
873c62e9ef
commit
62f70250d5
@ -24,7 +24,7 @@ useIntersectionObserver(
|
||||
watch(
|
||||
() => [props.status, targetIsVisible.value] satisfies WatcherType,
|
||||
([newStatus, newVisible]) => {
|
||||
if (newStatus.account) {
|
||||
if (newStatus.account && newStatus.inReplyToAccountId === newStatus.account.id) {
|
||||
account.value = newStatus.account
|
||||
return
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user