shotvibe / shotvibe-web

ShotVibe REST API webservice
1 stars 0 forks source link

New Push notification: "John joined the album Party" #99

Open benny-shotvibe opened 10 years ago

benny-shotvibe commented 10 years ago

When this view is called:

POST /albums/{aid}/view/

Check if it is the first time that the user is viewing this album (meaning the "last_access" field previously had a value of NULL)

If so, then send a push notification to the user who invited this user to the album ("added_by_user" field).

The message should be "{user} joined the album {album}"