Added TODO comment

This commit is contained in:
Tristan B. Kildaire 2021-01-28 15:58:23 +02:00
parent a9d2d3f74f
commit e6d671758a
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,6 @@
"versions": { "versions": {
"bformat": "1.0.8", "bformat": "1.0.8",
"libdnet": "0.1.17", "libdnet": "0.1.17",
"tristanable": "0.1.1" "tristanable": "2.2.0"
} }
} }

View File

@ -44,6 +44,8 @@ public class NotificationWatcher : Thread
{ {
/* TODO: Decode using tristanable */ /* TODO: Decode using tristanable */
writeln("new message"); writeln("new message");
/* TODO: CHeck sub-type here */
} }
/* Channel notification (ntype=1) */ /* Channel notification (ntype=1) */
else if(notificationType == cast(byte)1) else if(notificationType == cast(byte)1)