pl-fe: add some feedback on deleted post, remove unused feature

Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
mkljczk
2024-12-05 14:10:17 +01:00
parent 8de583e1eb
commit 40376e4576
7 changed files with 35 additions and 37 deletions

View File

@@ -115,6 +115,7 @@ const normalizeStatus = (status: BaseStatus & {
group_id: status.group?.id || null,
expectsCard: false,
showFiltered: null as null | boolean,
deleted: false,
...status,
quote_id: status.quote?.id || status.quote_id || null,
account: normalizeAccount(status.account),