Fix: #367 #557 Webで引用された投稿を表示すると、その投稿のリアクション情報がリセットされる (#702)

This commit is contained in:
KMY(雪あすか) 2024-04-08 12:05:08 +09:00 committed by GitHub
parent 25d7d3c2d7
commit c147b6dc37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -72,7 +72,7 @@ export function importFetchedStatuses(statuses) {
processStatus(status.reblog);
}
if (status.quote && status.quote.id) {
if (status.quote && status.quote.id && !getState().getIn(['statuses', status.id])) {
processStatus(status.quote);
}