SP.Social.SocialPostCreationData.updateStatusText property (sp.userprofiles)

Gets or sets a value that controls whether the post's plain-text content should replace the user's status text.

Applies to: apps for SharePoint | Office 365 | SharePoint Foundation 2013 | SharePoint Server 2013

var value = SP.Social.SocialPostCreationData.get_updateStatusText()
SP.Social.SocialPostCreationData.set_updateStatusText(value) 

Return value

Type: Boolean
true to replace the user's status text with the content text of this post; otherwise false.