| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
You can also find more information about the race here https://blog.vladzahorodnii.com/2026/03/24/addressing-global-removal-race-in-wayland/
| Code-Review | +1 |
lgtm, please wait for Kramer's secondary approval before submitting this change
if (self->fixes_ && wl_fixes_get_version(self->fixes_.get()) >=nit: use wl::get_version_of_object:
```
if (self->fixes_ && wl::get_version_of_object(self->fixes_.get()) >=
WL_FIXES_ACK_GLOBAL_REMOVE_SINCE_VERSION) {
```
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
if (self->fixes_ && wl_fixes_get_version(self->fixes_.get()) >=nit: use wl::get_version_of_object:
```
if (self->fixes_ && wl::get_version_of_object(self->fixes_.get()) >=
WL_FIXES_ACK_GLOBAL_REMOVE_SINCE_VERSION) {
```
| 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. |