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

This commit is contained in:
default
2025-01-22 05:59:15 +01:00
parent 7cd62dd25b
commit 070a9db3d7
+1 -1
View File
@@ -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);