summaryrefslogtreecommitdiff
path: root/packages/backend/src/queue/processors/ScheduleNotePostProcessorService.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* more use of identifiable errors, improvements to inner error rendering, and ↵Hazelnoot2025-06-061-1/+1
| | | | more heuristics for is-retryable-error
* reduce, clarify, and normalize more error messagesHazelnoot2025-06-061-2/+4
|
* fix scheduled replies becoming quote-boostsdakkar2025-01-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | 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
* Apply suggestionsMarie2024-12-091-29/+36
|
* Apply suggestionsMarie2024-12-091-0/+7
|
* upd: add notification for when scheduled note gets postedMarie2024-12-091-1/+4
|
* upd: add notification for failures, add reasons for failure, apply suggestionsMarie2024-12-091-13/+46
|
* feat: 노트 게시를 예약할 수 있음 (yojo-art/cherrypick#483, ↵NoriDev2024-12-091-0/+94
[Type4ny-Project/Type4ny@271c872c](https://github.com/Type4ny-Project/Type4ny/commit/271c872c97f215ef5d8e0be62251dd422a52e5b1))