X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fnotify%2FListNotification.java;h=7d3e3c7cb1587d2f27551fc9b1a93d651ae8f44f;hb=d8d8d84c87832502cff8c67cabfc11c639a78345;hp=7a0d6f8ac02f8ec4f9c3abe98dc28ec2b7c76a3d;hpb=ad1207b7f2d8e7de1ee488a7b8994516c888e7a8;p=Sone.git diff --git a/src/main/java/net/pterodactylus/sone/notify/ListNotification.java b/src/main/java/net/pterodactylus/sone/notify/ListNotification.java index 7a0d6f8..7d3e3c7 100644 --- a/src/main/java/net/pterodactylus/sone/notify/ListNotification.java +++ b/src/main/java/net/pterodactylus/sone/notify/ListNotification.java @@ -49,6 +49,7 @@ public class ListNotification extends TemplateNotification { public ListNotification(String id, String key, Template template) { super(id, template); template.set(key, elements); + template.set("notification", this); } //