You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
EventIndex: Add a missing await.
This commit is contained in:
@@ -302,7 +302,7 @@ export default class EventIndex extends EventEmitter {
|
|||||||
avatar_url: ev.sender.getMxcAvatarUrl(),
|
avatar_url: ev.sender.getMxcAvatarUrl(),
|
||||||
};
|
};
|
||||||
|
|
||||||
indexManager.addEventToIndex(e, profile);
|
await indexManager.addEventToIndex(e, profile);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user