Live feed Profile user's avatar still displays with the photo even when deleted from the Live Feed ProfileDescriptionLive feed Profile: User's Avatar still displays the photo, even though the photo is deleted from the Live Feed Profile.Steps to Reproduce Go to Live Feed > ProfilesImpersonate any user from the list. Notice that the avatar is displayed next to the user name.End Impersonation.Go back to Live Feed > Profiles and open the record of the same user which was impersonated.Delete the photo from the user record. Note that the photo also gets deleted from sys_user record.Impersonate back the same user. The image is still being displayed in the avatar instead of just the user initials.WorkaroundThis problem is pending the fix related to PRB1360299/KB0951799 because the photo ref which is being used to get the image from the cache will now get deleted. The workaround would be to update the image instead of deleting it. This has to be implemented with a Business rule which resets the avatar stored in the user session. The business rule should run after the 'Photo' attribute on the live_profile table has changed, and it should run the command gs.getSession().loadUserByID(gs.getUser().getID()); (example BR attached).Related Problem: PRB1357443