Skip to content

issues Search Results · repo:matrix-org/matrix-rust-sdk language:Rust

Filter by

1k results
 (88 ms)

1k results

inmatrix-org/matrix-rust-sdk (press backspace or delete to remove)

Test steps 1. EW: start a thread in a room. 2. EX: start a poll in that thread. 3. EX/EW: send a response to the poll from either or both. 4. EX: try sending a new message in the thread. It will fail. ...
A-Threads
  • jmartinesp
  • 2
  • Opened 
    5 hours ago
  • #5531

There s a bit of API inconsistency now: - Client::sync() / Client::sync_with_callback / Client::sync_with_result_callback / Client::sync_stream all fill the sync token, if it s missing from the ...
  • bnjbvr
  • 2
  • Opened 
    2 days ago
  • #5514

Currently, when constructing a key bundle for sharing an invite, we pull all keys out of the datastore and then filter by room. This can take many minutes on a large account. We should only pull out the ...
  • richvdh
  • 4
  • Opened 
    2 days ago
  • #5513

Running example/login doesn t seem to be able to login to beta server: matrix-rust-sdk/examples/login$ RUST_LOG=trace cargo run -- https://beta.matrix.org Finished `dev` profile [unoptimized] target(s) ...
  • martinetd
  • 4
  • Opened 
    6 days ago
  • #5504

Right now, when a sync response is received, it goes in the sync response flow. It starts at Client::receive_sync_response. At the end, it emits a RoomUpdates on a broadcast channel. On the other side ...
good first issue
  • Hywan
  • 4
  • Opened 
    6 days ago
  • #5500

The API should - [ ] Only provide the top-level items within the space – nested spaces should be handled by requesting a new instance for that particular subspace. - [ ] Support pagination, reactively ...
  • pixlwave
  • Opened 
    7 days ago
  • #5493

The API should - [ ] Return only the top-level spaces that a user has joined, subspaces should be provided by browsing the hierarchy. - [ ] Be reactive, automatically updating when a space is left/joined ...
  • pixlwave
  • Opened 
    7 days ago
  • #5492

With the recent changes for room v12, the SDK does not trigger anymore a notification for such content: content : { body : @room Big boom! , m.mentions : { room : true }, msgtype : ...
  • manuroe
  • Opened 
    8 days ago
  • #5485

Right now, to create an encrypted upload, it s necessary to have a live client, like this: // assuming a `Room` object is around let mut cursor = std::io::Cursor::new(Vec::new()); let client = room.client(); ...
good first issue
  • bnjbvr
  • Opened 
    14 days ago
  • #5465

This was originally discovered in the EXA repo: https://github.com/element-hq/element-x-android/issues/5081#issuecomment-3131210336 In this case, the /.well-known/matrix/client file of the user s homeserver ...
  • jmartinesp
  • 2
  • Opened 
    15 days ago
  • #5459
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub