Skip to content

Commit

Permalink
Fix compilation errors following SDK side `SessionVerificationControl…
Browse files Browse the repository at this point in the history
…ler` api change.
  • Loading branch information
stefanceriu committed Oct 21, 2024
1 parent db8d2cb commit e1453ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/api/rust/rust.go
Original file line number Diff line number Diff line change
Expand Up @@ -985,6 +985,10 @@ type SessionVerificationControllerDelegate struct {
ch chan api.VerificationStage
}

func (s *SessionVerificationControllerDelegate) DidReceiveVerificationRequest(details matrix_sdk_ffi.SessionVerificationRequestDetails) {

}

func (s *SessionVerificationControllerDelegate) DidAcceptVerificationRequest() {
s.ch <- api.NewVerificationStageReady(s.container)
}
Expand Down

0 comments on commit e1453ba

Please sign in to comment.