1
0
Fork 0
forked from gitea/nas

Fix: ブースト時に選択できる公開範囲に限定投稿が含まれる問題 (#460)

This commit is contained in:
KMY(雪あすか) 2024-01-15 12:27:38 +09:00 committed by KMY
parent 8cd1d7e5d0
commit cc408a5e7d
2 changed files with 6 additions and 0 deletions

View file

@ -110,6 +110,7 @@ class BoostModal extends ImmutablePureComponent {
{status.get('visibility') !== 'private' && !status.get('reblogged') && (
<PrivacyDropdown
noDirect
noLimited
value={privacy}
container={this._findContainer}
onChange={this.props.onChangeBoostPrivacy}