Merge pull request #4414 from matrix-org/bwindels/fixindexernotifs
Fix: prevent spurious notifications from indexer
This commit is contained in:
commit
09e247b4f8
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@ export default class EventIndex extends EventEmitter {
|
||||||
|
|
||||||
// We have a checkpoint, let us fetch some messages, again, very
|
// We have a checkpoint, let us fetch some messages, again, very
|
||||||
// conservatively to not bother our homeserver too much.
|
// 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
|
// TODO we need to ensure to use member lazy loading with this
|
||||||
// request so we get the correct profiles.
|
// request so we get the correct profiles.
|
||||||
let res;
|
let res;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue