snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit 5208f9d625364293e84c5cb27045ba3f3d6914cf
parent 5e7c2257c82871d55deacc468c2332dc5563f380
Author: default <nobody@localhost>
Date:   Thu, 18 Jan 2024 23:26:41 +0100

Also process Video in timeline_request().

Diffstat:
Mactivitypub.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 */