[Glitch] Disable paste-link-to-quote flow when composing Private Mentions

Port bae5877c84 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Claire
2025-11-03 14:56:07 +01:00
parent 8d1208224f
commit 5c7d22e60a

View File

@@ -191,7 +191,8 @@ export const pasteLinkCompose = createDataLoadingThunk(
composeState.get('is_submitting') ||
composeState.get('poll') ||
composeState.get('is_uploading') ||
composeState.get('id')
composeState.get('id') ||
composeState.get('privacy') === 'direct'
)
return;