yikuang / wave-protocol

Automatically exported from code.google.com/p/wave-protocol
0 stars 0 forks source link

users joining a wavelet later don't get all of the digest updates #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Let user A join a wavelet and type "hello". The wavelet's digest for
user A will be "hello"
2. Let user B join the wavelet. B's digest is initially empty.
3. Let B type "world". B's digest becomes "world" (A's digest becomes
"helloworld").

What is the expected output? What do you see instead?

B's digest is initially "hello" and then becomes "helloworld", just like
A's digest.

Original issue reported on code.google.com by tobias.t...@gmail.com on 27 Jul 2009 at 6:44

GoogleCodeExporter commented 9 years ago
Fixed in rev 79977100d1

Original comment by btkalman@gmail.com on 28 Jul 2009 at 4:49