Skip to content
This repository has been archived by the owner on Oct 5, 2019. It is now read-only.

Increased max tweet length to 280 #87

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@

#pragma mark - Constants

static const NSUInteger MaxTweetLength = 140;
static const NSUInteger MaxTweetLength = 280;
static const NSUInteger HTTPShortURLLength = 23;
static const NSUInteger HTTPSShortURLLength = 23;

Expand Down