mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-12 21:10:22 +03:00
Corrected a debug level.
This commit is contained in:
parent
e100027bec
commit
f9f6d96579
@ -99,7 +99,8 @@ int timeline_request(snac *snac, char **id, char *referrer)
|
|||||||
*id = xs_dict_get(object, "id");
|
*id = xs_dict_get(object, "id");
|
||||||
|
|
||||||
if (strcmp(*id, oid) != 0)
|
if (strcmp(*id, oid) != 0)
|
||||||
snac_debug(snac, 0, xs_fmt("canonic id for %s is %s", oid, *id));
|
snac_debug(snac, 1,
|
||||||
|
xs_fmt("timeline_request canonical id for %s is %s", oid, *id));
|
||||||
|
|
||||||
if (!xs_is_null(type) && strcmp(type, "Note") == 0) {
|
if (!xs_is_null(type) && strcmp(type, "Note") == 0) {
|
||||||
char *actor = xs_dict_get(object, "attributedTo");
|
char *actor = xs_dict_get(object, "attributedTo");
|
||||||
|
Loading…
Reference in New Issue
Block a user