Skip to content

Commit 1b4630b

Browse files
committed
Give it another go at trying to fix the bindings
1 parent 2ee0262 commit 1b4630b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/api/rust/rust.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ func (c *RustClient) GetNotification(t ct.TestLike, roomID, eventID string) (*ap
180180
if err != nil {
181181
return nil, fmt.Errorf("notifItem.Event.Content => %s", err)
182182
}
183-
msgLike := evContent.(matrix_sdk_ffi.TimelineEventTypeMessageLike)
183+
msgLike := evContent.(matrix_sdk_ffi.TimelineEventContentMessageLike)
184184
failedToDecrypt := true
185185
body := ""
186186
switch msg := msgLike.Value.(type) {

0 commit comments

Comments
 (0)