Status | Assigned | Task | ||
---|---|---|---|---|
Resolved | matt | T88 Send rtl=auto with new posts | ||
Resolved | matt | T87 Accept rtl=auto on create/update to determine RTL value based on lang |
Event Timeline
Comment Actions
On API v1:
- rtl=auto accepted on create
- rtl=auto accepted on update
On API v2:
- rtl=auto accepted on create
As the Chrome extension only sends the value on create, this is fine for now. Accepting on update convolutes the bool type we expect from the "rtl" property. So this should be revisted later if we want to support updating with the auto value.