mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-09 19:50:26 +03:00
Also process Video in timeline_request().
This commit is contained in:
parent
5e7c2257c8
commit
5208f9d625
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user