Skip to content

Commit

Permalink
fix(ffi): Remove duplicate RequireState definition, left over after #…
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunicorn authored Oct 28, 2022
1 parent 255d3b7 commit cacb20e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bindings/matrix-sdk-ffi/src/sliding_sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,6 @@ pub struct UpdateSummary {
pub views: Vec<String>,
pub rooms: Vec<String>,
}

#[derive(uniffi::Record)]
pub struct RequiredState {
pub key: String,
pub value: String,
Expand Down

0 comments on commit cacb20e

Please sign in to comment.