Follow-up of #41. When a push is refused because an edit would take another author's suggested words with it, the message names the suggestion id, not the person, because the push's own read of the Doc does not ask for commentsViewMode (only the fetch does, in readWithDiscussions()).
Ask for it on the push read with the same fallback, and say "the client's suggestion, by name" instead of suggest.k5m9…. Costs one Developer Preview read per push.
Follow-up of #41. When a push is refused because an edit would take another author's suggested words with it, the message names the suggestion id, not the person, because the push's own read of the Doc does not ask for
commentsViewMode(only the fetch does, inreadWithDiscussions()).Ask for it on the push read with the same fallback, and say "the client's suggestion, by name" instead of
suggest.k5m9…. Costs one Developer Preview read per push.