Store the list notification itself in the notification template.
[Sone.git] / src / main / java / net / pterodactylus / sone / notify / ListNotification.java
index 7a0d6f8..7d3e3c7 100644 (file)
@@ -49,6 +49,7 @@ public class ListNotification<T> extends TemplateNotification {
        public ListNotification(String id, String key, Template template) {
                super(id, template);
                template.set(key, elements);
+               template.set("notification", this);
        }
 
        //