----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/43723/ -----------------------------------------------------------
Review request for wave, Andrew Kaplanov, Vicente J. Ruiz Jurado, and Yuri Zelikov. Bugs: WAVE-436 https://issues.apache.org/jira/browse/WAVE-436 Repository: wave Description ------- In a public wavelet (those containing the @wavedomain user) a participant not included in the participant's list can open the wavelet and see the content, however she won't receive delta updates. This patch fixes the issue checking for implicit users to be updated when a wavelet update is received in the server's client frontend. Diffs ----- wave/src/main/java/org/waveprotocol/box/server/ServerMain.java bfa3b92 wave/src/main/java/org/waveprotocol/box/server/frontend/ClientFrontendImpl.java 3875b20 wave/src/main/java/org/waveprotocol/box/server/frontend/WaveletInfo.java 79950db wave/src/test/java/org/waveprotocol/box/server/frontend/ClientFrontendImplTest.java 8a3f1d6 Diff: https://reviews.apache.org/r/43723/diff/ Testing ------- Updated unit tests. Manual testing. Thanks, Pablo Ojanguren