Social update functions should return more informative results #60
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently the social update functions in
plugins\jasonwilliams\feed\classes\SocialApis.phpdon't return any values. Now that these functions can be called manually from the backend thanks to #47 it would be helpful if they provided some informative text about the action that has been performed.Results are displayed via the Feed backend controller at
plugins\jasonwilliams\feed\controllers\Feed.phpusing theonImport...()functions.