From e6d671758af7ff25a26353e9123141db87a61c3f Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Thu, 28 Jan 2021 15:58:23 +0200 Subject: [PATCH] Added TODO comment --- dub.selections.json | 2 +- source/notifications.d | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dub.selections.json b/dub.selections.json index cebe82b..b847dc8 100644 --- a/dub.selections.json +++ b/dub.selections.json @@ -3,6 +3,6 @@ "versions": { "bformat": "1.0.8", "libdnet": "0.1.17", - "tristanable": "0.1.1" + "tristanable": "2.2.0" } } diff --git a/source/notifications.d b/source/notifications.d index 3619196..45c876b 100644 --- a/source/notifications.d +++ b/source/notifications.d @@ -44,6 +44,8 @@ public class NotificationWatcher : Thread { /* TODO: Decode using tristanable */ writeln("new message"); + + /* TODO: CHeck sub-type here */ } /* Channel notification (ntype=1) */ else if(notificationType == cast(byte)1)