File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -275,8 +275,8 @@ func (c *RustClient) RequestOwnUserVerification(t ct.TestLike) chan api.Verifica
275
275
276
276
var delegate matrix_sdk_ffi.SessionVerificationControllerDelegate = delegateImpl
277
277
svc .SetDelegate (& delegate )
278
- if err = svc .RequestVerification (); err != nil {
279
- ct .Fatalf (t , "RequestVerification : %s" , err )
278
+ if err = svc .RequestDeviceVerification (); err != nil {
279
+ ct .Fatalf (t , "RequestDeviceVerification : %s" , err )
280
280
}
281
281
ch <- api .NewVerificationStageRequested (container )
282
282
return ch
@@ -981,7 +981,7 @@ func eventTimelineItemToEvent(item matrix_sdk_ffi.EventTimelineItem) *api.Event
981
981
return & complementEvent
982
982
}
983
983
984
- // you call requestVerification (), then you wait for acceptedVerificationRequest and then you
984
+ // you call requestDeviceVerification (), then you wait for acceptedVerificationRequest and then you
985
985
// call startSasVerification
986
986
// you should then receivedVerificationData and approveVerification or declineVerification
987
987
type SessionVerificationControllerDelegate struct {
You can’t perform that action at this time.
0 commit comments