| commit | 6804117e68c4b8040c9ada12e5da3d88d62ec0db | [log] [tgz] |
|---|---|---|
| author | Sergei Z <sergeiz@google.com> | Tue Mar 11 11:02:34 2025 -0700 |
| committer | GitHub <noreply@github.com> | Tue Mar 11 14:02:34 2025 -0400 |
| tree | e556819d41a39514bb0d2b71362222ccd2a26c9a | |
| parent | f0dfa4e3fcb510d7d27389e011198d9f176026e2 [diff] |
Update message_registry to ignore custom format for any/object types. (#329) The comment in the code said 'If we don't recognize the format, the spec says we fall back to just using the type name.', but it was not fully true as it was only falling back for certain types, updated logic should fix this.