Re: BP Album+ || New Features Requests and Discussion
@Andy Peatling – Oh it is probably totally my mistake then! … I will review the code again and find what I missed.
But yes, if we can attach multiple images to an activity stream post object, then we will *definitely* queue and batch images to the activity stream to avoid flooding it with posts. Probably implemented with a time delay mechanism..
if(user has started uploading and has uploaded 5 pictures)
[post first 5 pictures in session to activity stream]
else
if (user has started uploading and has not uploaded 5 pictures)
&& if (user has not been active for 10 minutes)
[post all pictures uploaded in session to limit of 5]
…or something along those lines.
^F^