Fixed typo.

This commit is contained in:
default 2022-10-21 10:37:08 +02:00
parent d210674569
commit 6ffbb3a4fc

View file

@ -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;