]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Merge branch 'nightly' into 'nightly'
authormmn <mmn@hethane.se>
Fri, 6 Nov 2015 12:28:00 +0000 (12:28 +0000)
committermmn <mmn@hethane.se>
Fri, 6 Nov 2015 12:28:00 +0000 (12:28 +0000)
getParent() method will fail if the parent notice does not exist in the notice table

getParent() method will fail if the parent notice does not exist in the notice table. See https://quitter.no/notice/709400

There are situations where a user delete his notice which could be a parent notice to a reply.
The user which replied to this deleted notice will then have broken timeline.
This is caused by the Notice.getParent() method which tries to return the selection of non existing parent notice.

I've tried this code on quitter.no and it seems to work.

See merge request !35


No differences found