| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
fcm->set_priority(10);Would it be possible to move the code above to the caller (`SendMessageToFcmTarget()`) and directly bind `SendMessageViaSync()` when invoking `EncryptMessage()`? Assuming this would allow removing `DoSendMessageToSenderIdTarget()` and `DoSendMessageToServerTarget()`, leading to `DoXXX()` functions being exclusively used for `SendMessageDelegate` overrides.
specifics->set_payload(message);Nit: could we also `std::move()` this to avoid copies, for consistency with the above?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |