From e36a1c1bcbf8c51335ea5d7ab56c8cd6172f668f Mon Sep 17 00:00:00 2001 From: Rabbit Whiskers Date: Sun, 30 Sep 2012 23:30:45 -0700 Subject: [PATCH] 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. --- content/docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/index.md b/content/docs/index.md index e030ac4..f259d5b 100644 --- a/content/docs/index.md +++ b/content/docs/index.md @@ -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