From 1001744ddb48ed3cb49d1d6d1a607852d6d385de Mon Sep 17 00:00:00 2001 From: default Date: Wed, 31 Jul 2024 06:22:13 +0200 Subject: Notify objects include the original message. --- snac.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'snac.h') diff --git a/snac.h b/snac.h index 280dc15..0ebaa62 100644 --- a/snac.h +++ b/snac.h @@ -207,7 +207,7 @@ void lastlog_write(snac *snac, const char *source); xs_str *notify_check_time(snac *snac, int reset); void notify_add(snac *snac, const char *type, const char *utype, - const char *actor, const char *objid); + const char *actor, const char *objid, const xs_dict *msg); xs_dict *notify_get(snac *snac, const char *id); int notify_new_num(snac *snac); xs_list *notify_list(snac *snac, int skip, int show); -- cgit v1.2.3