latertime / laterti.me

Messages on a time stream
laterti.me
1 stars 1 forks source link

Message duplicates aren't handled #12

Open stuartpb opened 9 years ago

stuartpb commented 9 years ago

Clients should recognize duplicate messages, since there's nothing we're doing on the server-side to prevent duplicate comments from being sent as we crawl through the db and post messages received by the server in realtime.

This will probably use an ES6 Map for all message IDs.