logoalt Hacker News

koolbatoday at 1:18 AM1 replyview on HN

How does it work in practice? Is it sorted by timestamp and content hash for uniqueness?


Replies

sanitytoday at 1:32 AM

Messages in river are sorted by timestamp using a (non-cryptographic) hash of the message signature as tie-breaker, essentially a content hash.

One weakness is that we trust the message author to provide an accurate message timestamp, however bad behavior such as manipulating timestamps can be addressed by banning the user from the room.