We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a12ba3 commit 1e835b2Copy full SHA for 1e835b2
bindings/matrix-sdk-ffi/CHANGELOG.md
@@ -6,6 +6,13 @@ All notable changes to this project will be documented in this file.
6
7
## [Unreleased] - ReleaseDate
8
9
+Breaking changes:
10
+
11
+- `UploadParameters` includes a new field, `file_data: Option<Vec<u8>>`, which allows a foreign
12
+ language to read file contents natively and then pass those contents to the foreign function
13
+ when uploading a file through the `Timeline`.
14
+ ([#4948](https://github.com/matrix-org/matrix-rust-sdk/pull/4948))
15
16
Additions:
17
18
- Add room topic string to `StateEventContent`
0 commit comments