1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 11:42:40 +01:00
Files
sunny-overlay/net-im/corebird/files/corebird-1.7.2-increase-max-length-to-280.patch

24 lines
569 B
Diff

From d3cc0b068b4f3b1d0d97e4bd7c9e723d002636c1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Timm=20B=C3=A4der?= <mail@baedert.org>
Date: Wed, 8 Nov 2017 09:03:36 +0100
Subject: [PATCH] CbTweet: Increase max length to 280
Closes #780
---
src/CbTweet.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/CbTweet.h b/src/CbTweet.h
index 9c006ce90..5e861c11d 100644
--- a/src/CbTweet.h
+++ b/src/CbTweet.h
@@ -23,7 +23,7 @@
#include "CbTypes.h"
#include "CbMedia.h"
-#define CB_TWEET_MAX_LENGTH 140
+#define CB_TWEET_MAX_LENGTH 280
typedef enum
{