summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--activitypub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/activitypub.c b/activitypub.c
index e5fc715..2b10435 100644
--- a/activitypub.c
+++ b/activitypub.c
@@ -970,7 +970,7 @@ void notify(snac *snac, const char *type, const char *utype, const char *actor,
970 "\n", 970 "\n",
971 from, email, subject); 971 from, email, subject);
972 972
973 xs_dict *mailinfo = xs_dict_new(); 973 xs *mailinfo = xs_dict_new();
974 xs_dict_append(mailinfo, "from", from); 974 xs_dict_append(mailinfo, "from", from);
975 xs_dict_append(mailinfo, "to", email); 975 xs_dict_append(mailinfo, "to", email);
976 xs_dict_append(mailinfo, "body", xs_fmt("%s%s", header, body)); 976 xs_dict_append(mailinfo, "body", xs_fmt("%s%s", header, body));