// threshold, then it was forcefully deleted
if(oldTopic.getLastPage() < pageLimbo) {
if(oldTopic.getAllPosts().size() > 1) {
int op = oldTopic.getAllPosts().iterator().next();
try {
DeletedPost post = new DeletedPost(op, System.currentTimeMillis() / 1000);
deletedPosts.put(post);
} catch(InterruptedException e1) { }
}
topicUpdates.add(oldTopic);
debug(TALK, newTopic + ": deleted (last seen on page " + oldTopic.getLastPage() + ")");