commit 6ffbb3a4fc108ea5c70cc3d002e2a93d00432f46
parent d210674569d203650f71bccdb2f718731388dcf1
Author: default <nobody@localhost>
Date: Fri, 21 Oct 2022 10:37:08 +0200
Fixed typo.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/activitypub.c b/activitypub.c
@@ -650,7 +650,7 @@ void notify(snac *snac, char *type, char *utype, char *actor, char *msg)
return;
if (strcmp(type, "Like") == 0 || strcmp(type, "Announce") == 0) {
- object = xs_str_get(msg, "object");
+ object = xs_dict_get(msg, "object");
if (xs_is_null(object))
return;