Indicating user-independent updates
I have a system with many users, who can edit data and I distribute those updates on the fly to all logged on users of the system, so they don't have to explicitly load them. I do this to increase group awareness.
At the moment, the data/views are just simply updated.
What possibilities are there to indicate the changes from other users?