Pārlūkot izejas kodu

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

default 3 mēneši atpakaļ
vecāks
revīzija
070a9db3d7
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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);