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

リモートユーザーが削除できない #14728

Open
1 task
blue0a6m5c opened this issue Oct 8, 2024 · 2 comments
Open
1 task

リモートユーザーが削除できない #14728

blue0a6m5c opened this issue Oct 8, 2024 · 2 comments
Labels
🐛Bug Unexpected behavior packages/backend Server side specific issue/PR

Comments

@blue0a6m5c
Copy link

💡 Summary

リモートアカウントの削除が行えない

🥰 Expected Behavior

リモートアカウントが削除できる

🤬 Actual Behavior

…→モデレーション→アカウント削除→アカウント名入力→OK→✔
消えていない

📝 Steps to Reproduce

No response

💻 Frontend Environment

* Model and OS of the device(s):Client Ryzen 2700X BYO PC Win11 Pro 22H2 (Build 22621.4249)
* Browser:Vivaldi 6.9.3447.51 (Stable channel) (64-bit) 
* Server URL: https://mi.kyanos.one
* Misskey:2024.8.0

🛰 Backend Environment (for server admin)

* Installation Method or Hosting Service: Proxmox VM not docker
* Misskey: 2024.8.0
* Node: v20.16.0
* PostgreSQL: 16.4 (Ubuntu 16.4-0ubuntu0.24.04.2)
* Redis: v=7.0.15 sha=00000000:0 malloc=jemalloc-5.3.0 bits=64 build=d81b8ff71cfb150e
* OS and Architecture: Ubuntu 24.04.1 LTS (GNU/Linux 6.8.0-45-generic x86_64)

Do you want to address this bug yourself?

  • Yes, I will patch the bug myself and send a pull request
@blue0a6m5c blue0a6m5c added the ⚠️bug? This might be a bug label Oct 8, 2024
@tai-cha tai-cha added 🐛Bug Unexpected behavior and removed ⚠️bug? This might be a bug labels Oct 9, 2024
@tai-cha
Copy link
Contributor

tai-cha commented Oct 9, 2024

現時点でのdevelop最新c13545f965fc4055d1e79c739125cb5644263620でも確認

zyoshoka added a commit to zyoshoka/misskey that referenced this issue Oct 9, 2024
@zyoshoka
Copy link
Contributor

zyoshoka commented Oct 10, 2024

#14409 以降リモートのアカウントの削除では user テーブルからの削除を行いませんが users/show などでその対応がなされていないように見えます(普通に isDeleted: true でも返してしまっている?)

なお連合関連では弾かれているので問題なさそうに見えます

() => this.usersRepository.findOneBy({ uri: parsed.uri, isDeleted: false }),

@zyoshoka zyoshoka added the packages/backend Server side specific issue/PR label Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛Bug Unexpected behavior packages/backend Server side specific issue/PR
Projects
Status: No status
Development

No branches or pull requests

3 participants