Update docs: status posts are now 256 chars long

On the Protocol Introduction page, change Status post length from 140 to 256 characters.

It's already 256 on the Post Types page.
This commit is contained in:
Rabbit Whiskers 2012-09-30 23:30:45 -07:00
parent 8cba92b8b6
commit e36a1c1bcb

View file

@ -57,7 +57,7 @@ Users set permissions on each post that determine which other users can access t
Post types describe the format and content of each post. Tent posts can be used for almost anything, and developers can create new post types for different kinds of media, interactions, or applications.
This documentation describes four basic post types: `status`, short messages of 140 characters or less, `essay`, longer form writing, `photo`, pictures, and `album`, a collection of `photo` posts.
This documentation describes four basic post types: `status`, short messages of 256 characters or less, `essay`, longer form writing, `photo`, pictures, and `album`, a collection of `photo` posts.
### Profiles