If activity_list is passed in add_activities as an empty list, then the client will make a request to the API and crash with an uncaught & obscure error message. Don't have the logs already, but it was complaining that necessary fields like verb, actor were missing.
If
activity_list
is passed in add_activities as an empty list, then the client will make a request to the API and crash with an uncaught & obscure error message. Don't have the logs already, but it was complaining that necessary fields likeverb
,actor
were missing.