Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions internal/api/rust/rust.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
AccessToken: opts.AccessToken,
UserId: opts.UserID,
DeviceId: opts.DeviceID,
HomeserverUrl: opts.BaseURL,

Check failure on line 119 in internal/api/rust/rust.go

View workflow job for this annotation

GitHub Actions / Tests

unknown field HomeserverUrl in struct literal of type matrix_sdk_ffi.Session

Check failure on line 119 in internal/api/rust/rust.go

View workflow job for this annotation

GitHub Actions / Tests (Rust only, latest) / tests

unknown field HomeserverUrl in struct literal of type matrix_sdk_ffi.Session
SlidingSyncVersion: matrix_sdk_ffi.SlidingSyncVersionNative,
}
if err := client.RestoreSession(session); err != nil {
Expand Down
Loading