From 51634a72e085b0a86013317365d06ba736422c31 Mon Sep 17 00:00:00 2001 From: triatic <42704418+triatic@users.noreply.github.com> Date: Mon, 12 Nov 2018 18:59:46 +0000 Subject: [PATCH] [TwitterBridge] Reorder quoted tweets (#921) Put content before quoted tweet to match the display order on Twitter --- bridges/TwitterBridge.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bridges/TwitterBridge.php b/bridges/TwitterBridge.php index aedb3723..47bc30d2 100644 --- a/bridges/TwitterBridge.php +++ b/bridges/TwitterBridge.php @@ -258,14 +258,14 @@ EOD; } $item['content'] = <<
{$cleanedQuotedTweet}
{$quotedImage_html}
-
-{$item['content']} EOD; }