Simplify display of verification requests in timeline (#11931)
* Simplify display of verification requests in timeline * Comment explaining the purpose of MKeyVerificationRequest
This commit is contained in:
parent
5a4355059d
commit
f63160f384
4 changed files with 135 additions and 270 deletions
|
@ -93,7 +93,7 @@ const LegacyCallEventFactory: Factory<FactoryProps & { callEventGrouper: LegacyC
|
|||
);
|
||||
const CallEventFactory: Factory = (ref, props) => <CallEvent ref={ref} {...props} />;
|
||||
export const TextualEventFactory: Factory = (ref, props) => <TextualEvent ref={ref} {...props} />;
|
||||
const VerificationReqFactory: Factory = (ref, props) => <MKeyVerificationRequest ref={ref} {...props} />;
|
||||
const VerificationReqFactory: Factory = (_ref, props) => <MKeyVerificationRequest {...props} />;
|
||||
const HiddenEventFactory: Factory = (ref, props) => <HiddenBody ref={ref} {...props} />;
|
||||
|
||||
// These factories are exported for reference comparison against pickFactory()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue