diff --git a/src/utils/EventUtils.js b/src/utils/EventUtils.js index 626bb206cf..76ef044b2a 100644 --- a/src/utils/EventUtils.js +++ b/src/utils/EventUtils.js @@ -16,7 +16,6 @@ limitations under the License. import { EventStatus } from 'matrix-js-sdk'; import MatrixClientPeg from '../MatrixClientPeg'; -import { findLastIndex, findIndex } from "lodash"; import shouldHideEvent from "../shouldHideEvent"; /** * Returns whether an event should allow actions like reply, reactions, edit, etc.