Преглед на файлове

Also accept 'Update' activities for 'Application' objects.

default преди 3 месеца
родител
ревизия
070a9db3d7
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      activitypub.c

+ 1 - 1
activitypub.c

@@ -2302,7 +2302,7 @@ int process_input_message(snac *snac, const xs_dict *msg, const xs_dict *req)
     }
     else
     if (strcmp(type, "Update") == 0) { /** **/
-        if (xs_match(utype, "Person|Service")) { /** **/
+        if (xs_match(utype, "Person|Service|Application")) { /** **/
             actor_add(actor, xs_dict_get(msg, "object"));
             timeline_touch(snac);