We need some additional views fields for our activity views. Namely, we should be able to display the user name and user picture as fields just as nodes can. 'uid' is a column within {activity_messages} so this should be fairly easy to replicate looking at how it is implemented for node.
Should be able to use views_data_alter() to just throw in the relationship or users and get all of them in one go.
Comments
Comment #1
sirkitree commentedWell, that was simpler than I thought -
Comment #2
sirkitree commented