Also accept 'Update' activities for 'Application' objects.
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user