Y
Hacker News
new
|
ask
|
show
|
jobs
by
aitchnyu
1685 days ago
Whatsapp also shows certain messages as "forwarded many times".
1 comments
ayende
1685 days ago
That is done on the client side. Basically, you have a `ForwardCount` and if it is > 5, it shows that message. Not need for breaking E2E here.
link