Reset matrix-js-sdk back to develop branch

This commit is contained in:
RiotRobot 2022-08-31 16:38:16 +01:00
parent 49729d6d95
commit d85d79d92b
3 changed files with 4 additions and 5 deletions

View file

@ -88,7 +88,7 @@ const EVENT_TILE_TYPES = new Map<string, Factory>([
[M_POLL_START.altName, MessageEventFactory],
[EventType.KeyVerificationCancel, KeyVerificationConclFactory],
[EventType.KeyVerificationDone, KeyVerificationConclFactory],
[EventType.CallInvite, CallEventFactory], // note that this requires a special factory type
[EventType.CallInvite, LegacyCallEventFactory], // note that this requires a special factory type
]);
const STATE_EVENT_TILE_TYPES = new Map<string, Factory>([