pl-fe: more renyames

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2025-10-29 01:20:47 +01:00
parent 9920cb4129
commit 7687ea7b87
11 changed files with 45 additions and 45 deletions

View File

@@ -111,7 +111,7 @@ const StatePlugin: React.FC<IStatePlugin> = ({ composeId, isWysiwyg }) => {
const state = getState();
const compose = state.compose[composeId];
if (!features.quotePosts || compose?.quote) return;
if (!features.quotePosts || compose?.quoteId) return;
const ids = getStatusIdsFromLinksInContent(text);