export shouldHideEvent fn named

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/21833/head
Michael Telatynski 2017-08-10 14:00:26 +01:00
parent ab3abd2f7f
commit a6064c53d3
No known key found for this signature in database
GPG Key ID: 0435A1D4BBD34D64
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ function memberEventDiff(ev) {
return diff;
}
export default function(ev, syncedSettings) {
export default function shouldHideEvent(ev, syncedSettings) {
// Hide redacted events
if (syncedSettings['hideRedactions'] && ev.isRedacted()) return true;