| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | more use of identifiable errors, improvements to inner error rendering, and ↵ | Hazelnoot | 2025-06-06 | 1 | -1/+1 |
| | | | | | more heuristics for is-retryable-error | ||||
| * | reduce, clarify, and normalize more error messages | Hazelnoot | 2025-06-06 | 1 | -2/+4 |
| | | |||||
| * | fix scheduled replies becoming quote-boosts | dakkar | 2025-01-01 | 1 | -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 suggestions | Marie | 2024-12-09 | 1 | -29/+36 |
| | | |||||
| * | Apply suggestions | Marie | 2024-12-09 | 1 | -0/+7 |
| | | |||||
| * | upd: add notification for when scheduled note gets posted | Marie | 2024-12-09 | 1 | -1/+4 |
| | | |||||
| * | upd: add notification for failures, add reasons for failure, apply suggestions | Marie | 2024-12-09 | 1 | -13/+46 |
| | | |||||
| * | feat: 노트 게시를 예약할 수 있음 (yojo-art/cherrypick#483, ↵ | NoriDev | 2024-12-09 | 1 | -0/+94 |
| [Type4ny-Project/Type4ny@271c872c](https://github.com/Type4ny-Project/Type4ny/commit/271c872c97f215ef5d8e0be62251dd422a52e5b1)) | |||||