You are here

function social_post_update_8801 in Open Social 8.8

Same name and namespace in other branches
  1. 8.9 modules/social_features/social_post/social_post.install \social_post_update_8801()
  2. 10.3.x modules/social_features/social_post/social_post.install \social_post_update_8801()
  3. 10.0.x modules/social_features/social_post/social_post.install \social_post_update_8801()
  4. 10.1.x modules/social_features/social_post/social_post.install \social_post_update_8801()
  5. 10.2.x modules/social_features/social_post/social_post.install \social_post_update_8801()

Set the view mode to use when shown in activities.

File

modules/social_features/social_post/social_post.install, line 110
Install, update and uninstall functions for the social_post module.

Code

function social_post_update_8801() {
  activity_creator_set_entity_view_mode('post', 'activity');
}