-
Notifications
You must be signed in to change notification settings - Fork 59
Misc. Developer Notes
alexkingorg edited this page Apr 29, 2012
·
1 revision
Social saves uses custom comment_type values for a variety of reasons. At this time (2.5 dev cycle), these include:
- social-facebook
- social-facebook-like
- social-twitter
- social-twitter-rt (added in 2.5 dev cycle)
These are used for identification and association with the proper service (is this a Facebook or Twitter post, etc.), however the social-twitter-rt value is used exclusively for SQL query purposes; to keep RTs out of comment feeds.
There is no upgrade process that runs through existing Social data and updates social-twitter comments to social-twitter-rt if applicable, so this should not be relied upon.