Comment 1 for bug 1813200

Revision history for this message
Robert Lyon (robertl-9) wrote :

Turns out the problem is related to the information we give to the notification activity that happens after the new post is saved.

We accidentally supply the new wall post's id as the 'id' property in the activity $data class and the activity class confuses that id with an activity_type id.

So when the post id is a low number it can match with a real activity_type id and email is sent but in one's inbox it shows the wall post message with wrong activity type. They should all have the " icon - the circled one in attached image.

And when a wall post id is higher than any possible activity_type id then the 'processing...' error occurs.

We should strip out the wall post id from the object being sent to activity class