Also outs your report publicly, nice !

  • Draconic NEO@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    1
    ·
    9 days ago

    They should do what Reddit does and by default make a 5 second rate limit of sending posts and comments, the first one gets accepted, the next ones get rejected within the 5 second ratelimit.

    • idunnololz@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      9 days ago

      Another popular solution I see is to have the client generate a UUID when posting. Then the server can very easily tell if a request is a duplicate.

      • JackbyDev@programming.dev
        link
        fedilink
        English
        arrow-up
        2
        ·
        8 days ago

        I’ve seen this concept called idempotency tokens. I thought it was common but a quick search didn’t find any articles on it so maybe the name is not that common.