Sharkey/packages
dakkar f4aa986abd fix scheduled replies becoming quote-boosts
thanks to @CenTdemeern1 for triggering this bug!
see https://kitsunes.club/notes/a2h1y2rq9n

also compare with https://s.thenautilus.net/notes/a2h1y2rqx9

my instance errored out with:

> WARN 1	[remote ap]	Failed to resolve quote
> https://mastodon.social/users/DrALJONES/statuses/110586222749407429
>  for note https://kitsunes.club/notes/a2h1y2rq9n: StatusError: 404 Not
> Found

What happened?

* Charlotte scheduled a reply
* the processor called `findOneBy` with an undefined `note.renote`,
  which probably caused a `select` without any `where`
* a random note was attached as a quote
* that note has been deleted on the original instance but not on
kitsuclub's database
* the rest of fedi didn't notice the quote
2025-01-01 17:10:56 +00:00
..
backend fix scheduled replies becoming quote-boosts 2025-01-01 17:10:56 +00:00
frontend merge: avoid empty blocks when hiding ads (!828) 2024-12-18 17:06:57 +00:00
frontend-embed Merge branch 'develop' into feature/2024.10 2024-12-12 13:04:51 +00:00
frontend-shared Merge branch 'develop' into feature/2024.10 2024-12-12 13:04:51 +00:00
megalodon fix megalodon unit tests 2024-11-27 22:52:53 -05:00
misskey-bubble-game bubble-game: Use setInterval instead of requestAnimationFrame 2024-12-17 17:55:40 +01:00
misskey-js Merge branch 'develop' into feature/2024.10 2024-12-12 17:38:29 +00:00
misskey-reversi Merge tag '2024.11.0' into feature/2024.10 2024-11-22 12:29:04 +00:00
shared test(backend): add federation test (#14582) 2024-10-15 13:37:00 +09:00
sw Merge branch 'develop' into feature/2024.10 2024-12-12 13:04:51 +00:00
meta.json