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

fix(backend): クリップ周りの不具合修正 #709

Merged
merged 7 commits into from
Aug 17, 2024
Merged

fix(backend): クリップ周りの不具合修正 #709

merged 7 commits into from
Aug 17, 2024

Commits on Aug 17, 2024

  1. Configuration menu
    Copy the full SHA
    b5c5692 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d55bd58 View commit details
    Browse the repository at this point in the history
  3. 凍結時にいろいろ消す

    - 凍結されたユーザー自身のアンテナ、ウェブフック、リスト、クリップを消す
    - 凍結されたユーザーが含まれているすべてのリストから凍結されてるユーザーを外す
    - 凍結されたユーザーのノートをすべてのクリップから消す
    riku6460 committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    cdbdb92 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eef7586 View commit details
    Browse the repository at this point in the history
  5. catch 復活

    riku6460 committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    f24900b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ae9a746 View commit details
    Browse the repository at this point in the history
  7. Promise.all の代わりに Promise.allSettled を使うようにする

    一個コケても全部コケないように
    riku6460 committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    e62525b View commit details
    Browse the repository at this point in the history