diff options
Diffstat (limited to 'activitypub.c')
-rw-r--r-- | activitypub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activitypub.c b/activitypub.c index 33ddd0f..03c2ddf 100644 --- a/activitypub.c +++ b/activitypub.c @@ -230,7 +230,7 @@ int timeline_request(snac *snac, char **id, xs_str **wrk, int level) type = "(null)"; } - if (xs_match(type, "Note|Page|Article")) { + if (xs_match(type, "Note|Page|Article|Video")) { const char *actor = get_atto(object); /* request (and drop) the actor for this entry */ |