1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-08 09:12:37 +01:00

net-im/corebird: Bump to 1.7.2

This commit is contained in:
2017-11-08 22:21:55 +01:00
parent 317bc06af0
commit 986394c492
3 changed files with 30 additions and 2 deletions

View File

@@ -0,0 +1,23 @@
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
{