@harblinger So, here's what I am going to do:
- POST /api/v1/statuses will accept an additional parameter, title.
- This value will be exposed as Status.title and also inserted into Status.content (for now).
- If you want to display post's title, you will need to remove Status.title from Status.content to avoid duplication.
- The title will be federated as name, and it will not be inserted into Note.content.
- A name on incoming objects will be treated as title, exposed as Status.title, and inserted into Status.content (same as with locally created posts).
cc @phnt