Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Fix forums to avoid double posts #936

Open
birdofpreyru opened this issue Jan 19, 2017 · 0 comments
Open

Fix forums to avoid double posts #936

birdofpreyru opened this issue Jan 19, 2017 · 0 comments

Comments

@birdofpreyru
Copy link
Collaborator

topcoderinc/cab#49

Sometimes it happens that if you click accidentally twice on the post button you create unintentional double posts, it would be nice to check for double posts and avoid them. For example, don't let a user post more than once in a 2 seconds time range.

Time delay is not a proper solution though. Forum API, when a user POSTs a new message, should check that the message payload (or the destination thread) is different from that of the last message by the same user.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant