Reset matrix-js-sdk back to develop branch
This commit is contained in:
parent
49729d6d95
commit
d85d79d92b
3 changed files with 4 additions and 5 deletions
|
@ -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>([
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue