Skip to content

Commit

Permalink
Increased MaxTweetLength to 280 twitter-archive#25
Browse files Browse the repository at this point in the history
  • Loading branch information
everappz committed Jun 29, 2023
1 parent 9ae699d commit 467522f
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 467522f

Please sign in to comment.