mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 00:38:27 +00:00
Disable paste-link-to-quote flow when composing Private Mentions (#36690)
This commit is contained in:
@@ -191,7 +191,8 @@ export const pasteLinkCompose = createDataLoadingThunk(
|
|||||||
composeState.get('is_submitting') ||
|
composeState.get('is_submitting') ||
|
||||||
composeState.get('poll') ||
|
composeState.get('poll') ||
|
||||||
composeState.get('is_uploading') ||
|
composeState.get('is_uploading') ||
|
||||||
composeState.get('id')
|
composeState.get('id') ||
|
||||||
|
composeState.get('privacy') === 'direct'
|
||||||
)
|
)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user