issues
search
matrix-org
/
matrix-rust-sdk
Matrix Client-Server SDK for Rust
Apache License 2.0
1.27k
stars
253
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
feat(ffi): Add `RoomInfo::join_rule` field to bindings
#4309
jmartinesp
opened
3 hours ago
1
feat(event cache): sqlite persistent storage for the event cache :sunglasses:
#4308
bnjbvr
opened
19 hours ago
0
Toy project fails to build with features = ["testing"] in 0.8.0
#4307
andybalaam
opened
20 hours ago
2
refactor: Clean up the Room::compute_display_name() method
#4306
poljar
closed
22 hours ago
1
feat(crypto): Add optional withheld reason to `UnableToDecryptReason`
#4305
BillCarsonFr
opened
1 day ago
0
fix(oidc): make sure we keep track of an ongoing OIDC refresh up to the end
#4304
bnjbvr
closed
18 hours ago
8
feat(timeline): mark media events as editable
#4303
pixlwave
closed
1 day ago
1
Add support for `IntentionalMentions` to `EditedContent.mediaCaption`.
#4302
pixlwave
opened
1 day ago
0
task(oidc): add logs when refreshing an OIDC token
#4301
bnjbvr
opened
1 day ago
0
feat(ffi): add a new function helper to create a caption edit
#4300
bnjbvr
closed
1 day ago
1
feat(base): Add `EventCacheStore::handle_linked_chunk_updates`
#4299
Hywan
closed
1 day ago
1
feat(base) Implement `RelationalLinkedChunk`
#4298
Hywan
opened
2 days ago
1
`ObservableEventHandler` does not buffer past events, only returns the last event.
#4297
torrybr
opened
2 days ago
2
test: make the `EventFactory` available to all crates
#4296
bnjbvr
closed
1 day ago
1
fix(base): clear a room's send queue and dependent event queue after removing it from the state store
#4295
bnjbvr
closed
2 days ago
2
fix(send queue): when adding a local reaction, look for media events in dependent requests too
#4294
bnjbvr
closed
2 days ago
1
media: include the caption and filename for file and audio events too
#4293
bnjbvr
closed
2 days ago
1
The matrix-sdk crate depends on the matrix-sdk-ffi-macros crate
#4292
poljar
opened
2 days ago
2
chore: Release matrix-sdk version 0.8.0
#4291
poljar
closed
2 days ago
1
Add 'conn_id' field to `sync_once` span
#4290
erikjohnston
closed
3 days ago
1
feat(room_preview): Add heroes and compute display name
#4289
jmartinesp
closed
2 days ago
4
Sender client info: When client is created, detect whether the version has changed since last time, and if so re-upload to `/keys/upload`
#4288
andybalaam
opened
3 days ago
0
Sender client info: When we detect a UTD, look up the device using `sender_key` or `device_id` or (preferably) `session_id` and include any client version info we find in the UTD report
#4287
andybalaam
opened
3 days ago
0
Sender client info: Add optional sender client info to the enums used for UTD reporting
#4286
andybalaam
opened
3 days ago
0
feat: Implement `EventCacheStoreLock::lock()` with poison error, and `::lock_unchecked`
#4285
Hywan
opened
3 days ago
4
chore(deps): bump codecov/codecov-action from 4 to 5
#4284
dependabot[bot]
closed
3 days ago
1
Sender client info: IndexedDB store: parse client version info from `/keys/query` requests and store it with a device
#4283
andybalaam
opened
3 days ago
0
Sender client info: Sqlite store: parse client version info from `/keys/query` requests and store it with a device
#4282
andybalaam
opened
3 days ago
0
Sender client info: memory store: parse client version info from `/keys/query` requests and store it with a device
#4281
andybalaam
opened
3 days ago
0
Sender client info: Include client version info in `/keys/upload` requests, if it was supplied
#4280
andybalaam
opened
3 days ago
0
Sender client info: Ensure that if we receive unexpected keys in `/keys/query`'s `unsigned` section, we do not crash
#4279
andybalaam
opened
3 days ago
2
Sender client info: Allow providing client version info during client setup (note: if client version info is not supplied, delete the stored value: user may have disabled the analytics opt-in, so we must reflect it)
#4278
andybalaam
opened
3 days ago
0
feat(send queue): allow editing media captions
#4277
bnjbvr
closed
2 days ago
1
fix(Room): Use `subscribe_reset` for `subscribe_info` (instead of just `subscribe`)
#4276
toger5
opened
4 days ago
2
feat(utd_hook): Report historical expected UTD with new reason
#4275
BillCarsonFr
opened
4 days ago
1
doc(crypto): Fix typo
#4274
TobiasFella
closed
5 days ago
1
feat(ffi): Add support for including captions with file uploads.
#4273
pixlwave
closed
6 days ago
1
feat(room_preview): Use room directory as another data source
#4272
jmartinesp
closed
3 days ago
2
feat(Room): Check if the user is allowed to do a room mention before trying to send a call notify event.
#4271
toger5
closed
3 days ago
1
Message key "withheld" reasons are not shown in UI nor reported to Posthog
#4270
richvdh
opened
1 week ago
0
task(send queue): demote some assertions back to logged errors
#4269
bnjbvr
closed
1 week ago
1
refactor(send queue): use a specialized mutex for locking access to the state store and `being_sent`
#4268
bnjbvr
closed
3 days ago
1
UTD Hook | UTD will never be reported if the timeline controller is dropped before the `max_delay`
#4267
BillCarsonFr
opened
1 week ago
5
task(CI): rename the upload code coverage task to make its name clearer
#4266
bnjbvr
closed
1 week ago
1
UTD Hook | Add support for late decryption grace period for parity with Web
#4265
BillCarsonFr
opened
1 week ago
3
feat(ffi): add more info to `RoomPreview`
#4264
jmartinesp
closed
1 week ago
0
refactor(widget): tidy up and comment code a bit
#4263
bnjbvr
closed
1 week ago
1
feat(send queue): allow aborting a media upload
#4262
bnjbvr
closed
1 week ago
1
feat(ffi): generate formatted captions for `send_*` media fns
#4261
jmartinesp
closed
1 week ago
2
test(send queue): cached thumbnails of unknown dimensions are removed after upload
#4260
bnjbvr
closed
1 week ago
1
Next