The draft attributes in topic lists are no longer used by our frontend. Since FEATURE: Allow users to save draft and close composer by pmusaraj · Pull Request #12439 · discourse/discourse · GitHub we pass a boolean flag in the current user serializer and then the frontend requests the draft attributes from a draft endpoint.
This changes the response schema for API requests as well, draft attributes will no longer be included when requesting /latest.json
or /c/{slug}/{id}.json
.