- Jan 01, 2025
-
-
dakkar authored
-
dakkar authored
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
-
- Dec 26, 2024
- Dec 22, 2024
-
-
Hazelnoot authored
-
- Dec 21, 2024
-
-
bunnybeam authored
-
- Dec 20, 2024
-
-
Charlotte authored
I should really make a new one from scratch sometime
-
- Dec 19, 2024
- Dec 18, 2024
-
-
dakkar authored
-
dakkar authored
and not like normal quotes
-
dakkar authored
2024.10 or 2024.11 added a `<div>` around `<MkAd>`, but while `MkAd` checks if ads should be shown, and generates an empty `<div>` if not, the wrapper `div` was always shown. This commit takes the same logic from `MkAd` and applies it to the wrapper as well. thanks to @puppygirlhornypost for noticing
-
Hazelnoot authored
-
dakkar authored
-
- Dec 17, 2024
-
-
Marie authored
-
Charlotte authored
-
Charlotte authored
This makes sure Misskey's Bubble Game always runs at a consistent rate, even when the monitor isn't 60hz
-
Charlotte authored
This version uses fixed rates across platforms in Matter.Runner. This fixes inconsistent rates in `physics.ts`.
-
dakkar authored
-
Hazelnoot authored
-
dakkar authored
-
dakkar authored
if `requireSigninToViewContents` in on, no notes are included in the feed notes covered by `makeNotesFollowersOnlyBefore` and `makeNotesHiddenBefore` are skipped
-
- Dec 16, 2024
-
-
Hazelnoot authored
-
- Dec 15, 2024
- Dec 13, 2024
-
-
JeDaYoshi authored
-
dakkar authored
-
dakkar authored
when switching between accounts, with many tabs open (10 seem to be enough), they all hit the endpoint at the same time, and some get rate limited. treating a 429 as a fatal error confuses the frontend, which ends up logging the user out of all their accounts. this code makes the frontend retry, after waiting the appropriate amount of time. seems to work fine in my testing.
-
- Dec 12, 2024