Since it's the only instance of post text changing after creation, would it be possible to have an API attribute for public banned posts? pubban: 1 when a post is publicly banned etc.
This would be very convenient for updating cached post data without having to make additional requests to the server, or additional text diff tracking or parsing for certain kinds of applications. File deletions are already tracked in the API for similar "content has changed" reasons.
Alternatively, adding a pubban: 1 attribute to OP JSON objects if there's a public ban present in the thread would be nice too.
Since it's the only instance of post text changing after creation, would it be possible to have an API attribute for public banned posts?
pubban: 1
when a post is publicly banned etc.This would be very convenient for updating cached post data without having to make additional requests to the server, or additional text diff tracking or parsing for certain kinds of applications. File deletions are already tracked in the API for similar "content has changed" reasons.
Alternatively, adding a
pubban: 1
attribute to OP JSON objects if there's a public ban present in the thread would be nice too.