Ensure that we are validating payload size for generic alerts
We were already checking this payload size before implicitly via `NotificationPayloadParser` which uses `SafeInlineHash` which uses `Utils::DeepSize` but this commit makes sure we are always (unconditionally) checking it.
Showing
Please register or sign in to comment