mirror of https://github.com/vector-im/riot-web
include observeOnly
parent
0d3d837871
commit
f3ac3554a9
|
@ -655,6 +655,8 @@ function VerificationRequest({txnId, request}) {
|
|||
<dd>{request.methods && request.methods.join(", ")}</dd>
|
||||
<dt>requestingUserId</dt>
|
||||
<dd>{request.requestingUserId}</dd>
|
||||
<dt>observeOnly</dt>
|
||||
<dd>{JSON.stringify(request.observeOnly)}</dd>
|
||||
</dl>
|
||||
</div>);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue