[Glitch] Disable paste-link-to-quote flow when composing Private Mentions
Port bae5877c84b64d3ef7ceb44639c01c23e0d34432 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
8d1208224f
commit
5c7d22e60a
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user