Also outs your report publicly, nice !

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

    It could/should be handled by the server but it’s technically possible for the client to make due without it. You would need to handle it very carefully. For instance on timeouts, you can issue a get request to see if the comment posted. If it did then you do not issue another post.

    • dev_null@lemmy.ml
      link
      fedilink
      arrow-up
      2
      ·
      2 days ago

      Sure, that would work, but it’s a hacky solution, and involves needing to send more requests in a scenario where requests are already unreliable.