Sharkey/packages/backend
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
..
.vscode
assets
migration Merge branch 'develop' into feature/2024.10 2024-12-12 17:38:29 +00:00
scripts
src fix scheduled replies becoming quote-boosts 2025-01-01 17:10:56 +00:00
test merge: upstream changes for 2024.11 (!742) 2024-12-15 17:27:12 +00:00
test-federation Merge tag '2024.11.0' into feature/2024.10 2024-11-22 12:29:04 +00:00
test-server
.madgerc
.swcrc
eslint.config.js Merge branch 'develop' into feature/2024.10 2024-12-09 09:43:55 +00:00
jest.config.cjs
jest.config.e2e.cjs
jest.config.fed.cjs
jest.config.unit.cjs
jsconfig.json
ormconfig.js
package.json upd: make schedule time work cross timezones 2024-12-15 22:41:16 +01:00
README.md
tsconfig.json

Misskey Backend