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

계정 설정에 노트 일괄 삭제 버튼 만들기 #7

Open
1 task
laonmofu opened this issue May 7, 2024 · 7 comments
Open
1 task

계정 설정에 노트 일괄 삭제 버튼 만들기 #7

laonmofu opened this issue May 7, 2024 · 7 comments
Labels
enhancement New feature or request

Comments

@laonmofu
Copy link
Collaborator

laonmofu commented May 7, 2024

Summary

설정/기타/실험실 탭에 삭제 버튼 추가하기.

Purpose

마스토돈에는 자체에 노트 삭제/주기 삭제 기능이 있지만 미스키에는 존재하지 않음.
번거롭더라도 일차적으로는 전체 삭제 버튼을 만들어 두는 것으로 수요 해결.

Do you want to implement this feature yourself?

  • Yes, I will implement this by myself and send a pull request
@laonmofu laonmofu added the enhancement New feature or request label May 7, 2024
@laonmofu laonmofu moved this to Todo in Misskey Ideas May 8, 2024
@laonmofu laonmofu removed the status in Misskey Ideas May 8, 2024
@HotoRas
Copy link

HotoRas commented May 18, 2024

syuilo: denial: 서버와 연합에 부담을 심하게 가하는 작업

Misskey에서 계정 삭제를 제발 좀 하지 말라고 하는 이유가, Misskey의 노트 삭제가 삭제됨 플래그 전파 후 여유가 있을 때 삭제 전파가 아니라 즉시 삭제 전파로 구현돼 있기 때문이에요

뭐 알빠노긴 한데.

@HotoRas HotoRas moved this to Todo in Misskey Ideas May 26, 2024
@HotoRas
Copy link

HotoRas commented May 26, 2024

드라이브 전체 삭제: frontend-pages: admin-user.vue: L367

Admin 전용 API로서 기능 구현은 돼 있는데 Admin 페이지에서 버튼이 없는 것을 확인, 추가 커밋 작업중

@HotoRas
Copy link

HotoRas commented Jul 29, 2024

wanted: issue transfer to misskey-io

@Hoto-Cocoa
Copy link

syuilo: denial: 서버와 연합에 부담을 심하게 가하는 작업

Misskey에서 계정 삭제를 제발 좀 하지 말라고 하는 이유가, Misskey의 노트 삭제가 삭제됨 플래그 전파 후 여유가 있을 때 삭제 전파가 아니라 즉시 삭제 전파로 구현돼 있기 때문이에요

뭐 알빠노긴 한데.

우려가 되는건 냥별 서버가 처리하는게 OK라고 해도 연합에서 그걸 받아낼 수 있느냐는 다른 문제고... 글이 많은 사람이 쓰면 리모트에 activity를 그만큼 쏘게 될텐데 자칫하면 Cloudflare 같은 곳에서 DoS로 차단될 수도 있겠죠

@Hoto-Cocoa
Copy link

사실 로컬에서 지우는거야 큐로 바꾸면 그만인데 리모트에 쏘는게 큰 문제죠...

@Hoto-Cocoa
Copy link

리모트에서 받아내지 못하게 되면 로컬에서만 지워지고 리모트에선 남아있을텐데 이 상황이 되면 유저가 혼란스러워질거예요

유저가 할 수 있는게 아무것도 없어지는데 이런 일이 발생할 확률이 낮지 않다는게 문제

@HotoRas
Copy link

HotoRas commented Oct 22, 2024

우려가 되는건 냥별 서버가 처리하는게 OK라고 해도 연합에서 그걸 받아낼 수 있느냐는 다른 문제고... 글이 많은 사람이 쓰면 리모트에 activity를 그만큼 쏘게 될텐데 자칫하면 Cloudflare 같은 곳에서 DoS로 차단될 수도 있겠죠

지금 확인했는데, 해당 기능에 대한 개발은 없던 일이 되지 않을까 싶습니다. 리모트에서 받아들일 수 있는 방식으로 처리하면 외부에서 DoS 차단되는 것과 별개로 내부에서 레이트 제한이 박힐 게 불 보듯 뻔하거든요.
개발한다 해도, Queue Lazy Process가 도입된 이후에나 할 것 같습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

3 participants