Skip to content

Commit cacb20e

Browse files
authored
fix(ffi): Remove duplicate RequireState definition, left over after #1151 (#1155)
1 parent 255d3b7 commit cacb20e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bindings/matrix-sdk-ffi/src/sliding_sync.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,6 @@ pub struct UpdateSummary {
153153
pub views: Vec<String>,
154154
pub rooms: Vec<String>,
155155
}
156-
157-
#[derive(uniffi::Record)]
158156
pub struct RequiredState {
159157
pub key: String,
160158
pub value: String,

0 commit comments

Comments
 (0)