From c835837156e673a65171e52cb7fcf0895baa4e3f Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Fri, 24 Feb 2023 10:20:15 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=B8=D0=BA=D0=BE=D0=BD=D0=BA=D1=83=20=D0=BD=D0=BE?= =?UTF-8?q?=D0=B2=D0=BE=D0=B3=D0=BE=20=D1=82=D1=80=D0=B5=D0=B4=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/dev/struchkov/bot/gitlab/context/utils/Icons.java | 3 +-- .../telegram/service/notify/NewThreadNotifyGenerator.java | 2 +- .../telegram/service/notify/ThreadCloseNotifyGenerate.java | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/bot-context/src/main/java/dev/struchkov/bot/gitlab/context/utils/Icons.java b/bot-context/src/main/java/dev/struchkov/bot/gitlab/context/utils/Icons.java index b037072..cdbd037 100644 --- a/bot-context/src/main/java/dev/struchkov/bot/gitlab/context/utils/Icons.java +++ b/bot-context/src/main/java/dev/struchkov/bot/gitlab/context/utils/Icons.java @@ -13,7 +13,7 @@ public class Icons { public static final String AUTHOR = "\uD83D\uDC68\u200D\uD83D\uDCBB️"; public static final String UPDATE = "\uD83D\uDD04"; public static final String COMMENT = "\uD83D\uDCAC"; - public static final String TASK = "\uD83D\uDCBC"; + public static final String THREAD = "\uD83E\uDDF5"; public static final String ARROW = " ➜ "; public static final String DANGEROUS = "⚠️"; public static final String GREEN_CIRCLE = "\uD83D\uDFE2"; @@ -27,7 +27,6 @@ public class Icons { public static final String YES = "✅"; public static final String NO = "❌"; public static final String NOTIFY = "\uD83D\uDD14"; - public static final String NO_PROCESSING = "\uD83D\uDDD1"; public static final String GOOD = "\uD83D\uDC4D"; private Icons() { diff --git a/telegram-bot/src/main/java/dev/struchkov/bot/gitlab/telegram/service/notify/NewThreadNotifyGenerator.java b/telegram-bot/src/main/java/dev/struchkov/bot/gitlab/telegram/service/notify/NewThreadNotifyGenerator.java index 2fe6e22..d5d7595 100644 --- a/telegram-bot/src/main/java/dev/struchkov/bot/gitlab/telegram/service/notify/NewThreadNotifyGenerator.java +++ b/telegram-bot/src/main/java/dev/struchkov/bot/gitlab/telegram/service/notify/NewThreadNotifyGenerator.java @@ -25,7 +25,7 @@ public class NewThreadNotifyGenerator implements NotifyBoxAnswerGenerator