Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4414 from matrix-org/bwindels/fixindexernotifs
Browse files Browse the repository at this point in the history
Fix: prevent spurious notifications from indexer
  • Loading branch information
bwindels authored Apr 15, 2020
2 parents f4c4fe7 + 8c2c777 commit 09e247b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/indexing/EventIndex.js
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ export default class EventIndex extends EventEmitter {

// We have a checkpoint, let us fetch some messages, again, very
// conservatively to not bother our homeserver too much.
const eventMapper = client.getEventMapper();
const eventMapper = client.getEventMapper({preventReEmit: true});
// TODO we need to ensure to use member lazy loading with this
// request so we get the correct profiles.
let res;
Expand Down

0 comments on commit 09e247b

Please sign in to comment.