mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-12-24 00:23:38 +00:00
Fixed typo.
This commit is contained in:
parent
d210674569
commit
6ffbb3a4fc
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue