commit | 3e3a053e2342c49bde0e5acf7d5cb351ec1298f8 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Wed Feb 11 17:22:38 2009 -0800 |
committer | Shawn O. Pearce <sop@google.com> | Wed Feb 11 17:22:38 2009 -0800 |
tree | 32f6f9f6f455dde5fa93545ccee1fa96c389e5f7 | |
parent | dd64186da6765edd79e14c8ef83f205b88c8ee4b [diff] |
Fix the message threading for comment replies We can't include the message writer's Account.Id in the Message-Id as doing so prevents comments being sent by sendComment() from threading under the earlier notifications sent by sendNewChange() or sendNewPatchSet(). Signed-off-by: Shawn O. Pearce <sop@google.com>