]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
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)
commit5f999e84d833d5b3934a4bf47b0567d7203e7897
treef8648f4727369e52d7a64dedae6a5e50303a90a6
parent5c768d7ef71ce08e505056c6f3fbdd092cd3649d
parent507f9a28c046c400e8f83dac0bfd5526478a2ea2
Merge branch 'nightly' into 'nightly'

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