pl-fe: uncomment fixed commented out code
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
2f17eefba1
commit
2061005224
1 changed files with 3 additions and 4 deletions
|
@ -75,11 +75,10 @@ const importFetchedStatus = (status: BaseStatus & { expectsCard?: boolean }, ide
|
|||
dispatch(importFetchedStatus(status.quote as BaseStatus));
|
||||
}
|
||||
|
||||
// WIP restore this
|
||||
// Fedibird quote from reblog
|
||||
// if (status.reblog?.quote?.id) {
|
||||
// dispatch(importFetchedStatus(status.reblog.quote));
|
||||
// }
|
||||
if (status.reblog?.quote?.id) {
|
||||
dispatch(importFetchedStatus(status.reblog.quote));
|
||||
}
|
||||
|
||||
if (status.poll?.id) {
|
||||
dispatch(importFetchedPoll(status.poll));
|
||||
|
|
Loading…
Reference in a new issue