[FacebookBridge] Remove relative date from content (#1212)

Remove relative date from content, as well as the separator after it.

As mentioned in #1188.
This commit is contained in:
triatic 2019-07-26 09:56:34 +01:00 committed by Teromene
parent 2eee535171
commit 21b27a1042
1 changed files with 2 additions and 0 deletions

View File

@ -580,6 +580,8 @@ EOD;
'._5mly', // Remove embedded videos (the preview image remains)
'._2ezg', // Remove "Views ..."
'.hidden_elem', // Remove hidden elements (they are hidden anyway)
'.timestampContent', // Remove relative timestamp
'._6spk', // Remove redundant separator
);
foreach($content_filters as $filter) {