From 24afcba20a0b8a399abd27b46427b8f6c03c6fd456f0337735a221615bfd1509 Mon Sep 17 00:00:00 2001 From: AidarKC Date: Sat, 1 Aug 2026 01:02:49 +0400 Subject: [PATCH] =?UTF-8?q?UI:=20=D1=81=D0=BA=D1=80=D1=8B=D1=82=D1=8C=20?= =?UTF-8?q?=D0=B4=D0=B5=D0=B9=D1=81=D1=82=D0=B2=D0=B8=D1=8F=20=D1=83=20?= =?UTF-8?q?=D1=83=D0=B4=D0=B0=D0=BB=D1=91=D0=BD=D0=BD=D1=8B=D1=85=20=D1=81?= =?UTF-8?q?=D0=BE=D0=BE=D0=B1=D1=89=D0=B5=D0=BD=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION.properties | 2 +- shine-UI/js/pages/channel-thread-view.js | 1 + shine-UI/js/pages/channel-view.js | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/VERSION.properties b/VERSION.properties index 7b5c697d..c50c7117 100644 --- a/VERSION.properties +++ b/VERSION.properties @@ -1,2 +1,2 @@ -client.version=1.4.9 +client.version=1.4.10 server.version=1.4.0 diff --git a/shine-UI/js/pages/channel-thread-view.js b/shine-UI/js/pages/channel-thread-view.js index 4b1079a6..65a62d97 100644 --- a/shine-UI/js/pages/channel-thread-view.js +++ b/shine-UI/js/pages/channel-thread-view.js @@ -773,6 +773,7 @@ function renderNodeCard(node, heading, handlers, localNumber) { }); }); card.append(deleted); + return card; } else { card.append(authorTile); if (parsedText.attachments.length > 0) { diff --git a/shine-UI/js/pages/channel-view.js b/shine-UI/js/pages/channel-view.js index c6c2a82d..5756c465 100644 --- a/shine-UI/js/pages/channel-view.js +++ b/shine-UI/js/pages/channel-view.js @@ -1114,6 +1114,7 @@ function renderPostCard(post, { }); }); card.append(deleted); + return card; } else { card.append(authorTile); if (parsedBody.attachments.length > 0) {