derrell / App-Inventor-Gallery

App Inventor Gallery
20 stars 17 forks source link

deleteComment() can leave orphans #53

Open derrell opened 13 years ago

derrell commented 13 years ago

An individual comment can be deleted by deleteComment(). If that comment has children, those children become orphaned. This may or may not be a problem. We must make sure that no child operation would ever try to retrieve that now-deleted parent comment.

derrell commented 13 years ago

This will be fixed when #113 gets implemented.