Skip to content
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

ノートの「編集」を行った時、 note.tags フィールドや hashtag テーブルが更新されない #11967

Closed
pooza opened this issue Oct 5, 2023 · 2 comments
Labels
⚠️bug? This might be a bug

Comments

@pooza
Copy link

pooza commented Oct 5, 2023

💡 Summary

ノート本文の「編集」を行ったとき、データベース上の、

  • noteテーブルのtagsフィールドが更新されない。
  • hashtagテーブルが更新されない。

🥰 Expected Behavior

両テーブルが更新されること。

🤬 Actual Behavior

両テーブルが更新されていない。

📝 Steps to Reproduce

  1. ノートの編集を許可されたロールを用意。
  2. このロールを持ったユーザーを用意。
  3. このユーザーで適当なノートの投稿を行う。
  4. そのノートの「…」メニューから「編集」メニューを選択。
  5. ノート本文にハッシュタグを追記し、もう一度投稿。

📌 Environment

💻 Frontend

🛰 Backend (for server admin)

  • Installation Method or Hosting Service: 自宅サーバのKVM, Dockerなし
  • Misskey: 2023.9.3
  • Node: v18.17.1
  • PostgreSQL: 14.8
  • Redis: 6:7.0.11
  • OS and Architecture: Ubuntu 22.10 x86_64
@pooza pooza added the ⚠️bug? This might be a bug label Oct 5, 2023
@pooza
Copy link
Author

pooza commented Oct 5, 2023

#11944 でも触れられているでしょうか。

@syuilo
Copy link
Member

syuilo commented Oct 5, 2023

まさに編集された際のハッシュタグやメンションの扱いなど考慮すべきことが多く、検討の結果クオリティの高い実装にすることはコストに見合う価値がないとの判断から、次のリリースからノート編集機能は削除されることになりました 🙏🏻

@syuilo syuilo closed this as completed Oct 5, 2023
@acid-chicken acid-chicken closed this as not planned Won't fix, can't repro, duplicate, stale Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚠️bug? This might be a bug
Projects
None yet
Development

No branches or pull requests

3 participants