• @Limeey
    link
    English
    11 year ago

    Most likely this is reading the values from the aggregates table which is provided by the server api - that table can get in a broken state for a variety of reasons, mostly just missing validation.

    My guess is someone tried deleting their post, the request hung so they pressed the button repeatedly, one request removed the post and the rest kept decrementing the aggregates table.

    Lemmy be dumb sometimes