diff options
Diffstat (limited to 'activitypub.c')
| -rw-r--r-- | activitypub.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/activitypub.c b/activitypub.c index da5ea95..35e9991 100644 --- a/activitypub.c +++ b/activitypub.c | |||
| @@ -192,7 +192,9 @@ int timeline_request(snac *snac, char **id, xs_str **wrk, int level) | |||
| 192 | type = "(null)"; | 192 | type = "(null)"; |
| 193 | } | 193 | } |
| 194 | 194 | ||
| 195 | if (strcmp(type, "Note") == 0 || strcmp(type, "Page") == 0) { | 195 | if (strcmp(type, "Note") == 0 || |
| 196 | strcmp(type, "Page") == 0 || | ||
| 197 | strcmp(type, "Article") == 0) { | ||
| 196 | const char *actor = xs_dict_get(object, "attributedTo"); | 198 | const char *actor = xs_dict_get(object, "attributedTo"); |
| 197 | 199 | ||
| 198 | /* request (and drop) the actor for this entry */ | 200 | /* request (and drop) the actor for this entry */ |