Hi All, I was thinking that since we already use Data API to fetch the search results for the inbox - we can use also the fetchProfile Data API service to fetch profiles for the digests, so the search service will also return the user profile data along with the digests. In the simplest implementation the Data API fetchProfile service will be just a proxy to some other open profiles services like opensocial/webfinger/gravatar and will fetch basic account details and image urls from these services. Later on this can be replaced by the Wiab profile store when it will be implemented. Or maybe Wiab will provide both options: native profile store or a proxy mode to some other open public profile service.
Any comments are welcome.