Microfeed List
Microfeed List
The Microfeed List
- Stores all activity related to the user
- Activities can be user or system generted
- Admins control waht system-genearated activities appear
- Syatem-generated activites are security trimmed
The App Fabric Cache plays a key role in the delivery of the microfeed.
For extending the Microfeed, there are CSOM and REST APIs that help expose the microfeed that allow developers to create solutions that interact and extend those social capabilities.
The Microfeed is driven around 'following.' You can follow the following:
- People
- Sites
- Documents
- Tags
Behind the scenes, these are all followed based on a GUID.
@me
The Microfeed support at-mentioning of people. "Mentioning" a person does the following:
- Updates user's microfeed
- Updates the mentioned person's microfeed
My Likes
"Liking" a post will do the following:
- Updates user's microfeed
- Updates the post author's microfeed
- Updates App Fabric cache
Disable Microfeed
The Microfeed List is intrinsic to social activities and newsfeeds, and is present on any site that has the site feed feature activated. Since the newsfeed is enabled by default in the 2016 team site template, you'll see the Microfeed list out there on all team site-based sites.
To disable, in Site Settings -> Site Features, deactivite the Site Feed Feature.