| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
auto extension_ids_and_version =
std::get<ExtensionsProviderRef>(extra_param_)->GetExtensions();
if (extension_ids_and_version.size() == 1) {
return extension_ids_and_version.begin()->ToString();
}this will break some tests, I think that comes from how the test server was implememented when we needed t he settings entity I'd in the request before deciding we did not need it
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
auto extension_ids_and_version =
std::get<ExtensionsProviderRef>(extra_param_)->GetExtensions();
if (extension_ids_and_version.size() == 1) {
return extension_ids_and_version.begin()->ToString();
}this will break some tests, I think that comes from how the test server was implememented when we needed t he settings entity I'd in the request before deciding we did not need it
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
12 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
EIPS: implement UserMayLoad(), MustRemainDisabled()
Also don't send `settings_entity_id` if there's exactly one extension
installed.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |