From c632ddb4e109ddc3009507ae95890c342fb2ee6c Mon Sep 17 00:00:00 2001 From: dartraiden Date: Sat, 1 Jun 2024 20:31:52 +0300 Subject: =?UTF-8?q?fixes=20#4445=20(Discord:=20=D1=83=20=D0=BA=D0=BE=D0=BD?= =?UTF-8?q?=D1=82=D0=B0=D0=BA=D1=82=D0=B0=20=D1=81=D1=82=D0=B0=D1=82=D1=83?= =?UTF-8?q?=D1=81=20Away=20=D0=B8=D0=BC=D0=B5=D0=B5=D1=82=20=D0=BD=D0=B5?= =?UTF-8?q?=D0=BA=D0=BE=D1=80=D1=80=D0=B5=D0=BA=D1=82=D0=BD=D1=8B=D0=B9=20?= =?UTF-8?q?=D0=B7=D0=BD=D0=B0=D1=87=D0=BE=D0=BA)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protocols/Discord/src/utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols') diff --git a/protocols/Discord/src/utils.cpp b/protocols/Discord/src/utils.cpp index 7ed5a734f1..e8480c80e2 100644 --- a/protocols/Discord/src/utils.cpp +++ b/protocols/Discord/src/utils.cpp @@ -20,7 +20,7 @@ along with this program. If not, see . int StrToStatus(const CMStringW &str) { if (str == L"idle") - return ID_STATUS_NA; + return ID_STATUS_AWAY; if (str == L"dnd") return ID_STATUS_DND; if (str == L"online") -- cgit v1.2.3