From: mmn Date: Fri, 6 Nov 2015 12:28:00 +0000 (+0000) Subject: Merge branch 'nightly' into 'nightly' X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5f999e84d833d5b3934a4bf47b0567d7203e7897;p=quix0rs-gnu-social.git 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 --- 5f999e84d833d5b3934a4bf47b0567d7203e7897