Переглянути джерело

Also process Video in timeline_request().

default 2 роки тому
батько
коміт
5208f9d625
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      activitypub.c

+ 1 - 1
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 */