-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
「削除して編集」で引用として添付したノートを外せない #14476
Comments
ふーむ… |
revisit: quoteIdは引用対象のプレビューが見えないという問題がある(renoteIdの場合は見える) → #10598
のどちらかを選ぶ必要がありますね… |
ではそのようにします |
MkPostFormの方からだとprops.renoteをundefinedに書き換えるのがどうも上手く出来なかったのですが、根本を断てば良い事に今更気付きました… os.postの引数付き呼び出し一覧(ソース: https://github.com/search?q=repo%3Amisskey-dev%2Fmisskey%20os.post&type=code) ドライブからのファイル付きノート: `initialFiles`
チャンネル投稿: `channel`
引用ノート: `renote`, (`channel`)
返信: `reply`, (`channel`)
ユーザーページからのダイレクトノート: `specified`, `initialText`(メンション文字列)
AiScriptからの投稿フォーム: `initialText`, `initialCw`, `initialVisibility`, `initialLocalOnly`, `instant`(True)
ページ/Play/ギャラリー共有, about-misskey, MisskeyGames(Reversi): `initialText`, `instant`(True)
MisskeyGames(drop-and-fusion): `initialText`, `initialFiles`, `instant`(True)
削除して編集: `initialNote`, `renote`, `reply`, `channel` なので、削除して編集からrenoteを消します(initialNote内にもあるためquoteIdへのコピーには影響無し) (props.renoteをundefinedに書き換える方法が分かれば、quoteIdとrenoteを両方残しておいて、quoteIdを消した際にrenoteも消すという手も使えそうですが、一旦分からないのでそのまま行きます) |
props.renoteを消すのと対価な実装を書いてみました |
💡 Summary
「削除して編集」したときに、引用として添付していたノートを外せません。×ボタンが出ていて、押すと×ボタンが消えますが、実際には何も起こりません。
🥰 Expected Behavior
引用ノートなしでノートが投稿される。
🤬 Actual Behavior
削除して編集を押す前に引用していたノートが引用されたままになっている。
📝 Steps to Reproduce
💻 Frontend Environment
🛰 Backend Environment (for server admin)
Do you want to address this bug yourself?
The text was updated successfully, but these errors were encountered: