Skip to content

misskey 2024.7

dakkar requested to merge feature/misskey-2024.07 into develop

What does this PR do?

This includes all the changes from misskey/master. Some notes:

  • it builds
  • tests pass
  • it starts and basic functionality seems to be fine
  • instance.isMediaSilenced might replace our instance.isNSFW? If we want that, we need to add a db migration, then remove our bits
  • new icon: ti-folder-symlink image used for "move" (file or folder) in the Drive; I've replaced it with image but there may be better options
  • the keymaps have been reworked, they should be more resistant to auto-repeated keys; I've keep our extra-robust protection against repeated boosts
  • timeline code has been factored a bit more, bubble timeline requires less code now
  • probably a ton of others that I have not noticed

PLEASE READ CAREFULLY! ALSO PLEASE TEST THIS!

Contribution Guidelines By submitting this merge request, you agree to follow our Contribution Guidelines

  • I agree to follow this project's Contribution Guidelines
  • I have tested superficially

Merge request reports