Skip to content

Commit

Permalink
added docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Velin92 committed May 30, 2024
1 parent b94d22a commit a61319d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bindings/matrix-sdk-ffi/src/room.rs
Original file line number Diff line number Diff line change
Expand Up @@ -712,6 +712,9 @@ impl Room {
Ok(())
}

/// Loads the reply details for the given event id.
/// This will return an `InReplyToDetails` object that contains the details
/// which will either be ready or an error.
pub async fn load_reply_details(
&self,
event_id: String,
Expand Down

0 comments on commit a61319d

Please sign in to comment.