mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-12 01:45:29 -04:00
ffi: Add is_threaded method to timeline Message object
This commit is contained in:
committed by
Jonas Platte
parent
36942e4f22
commit
e655490b9f
@@ -543,6 +543,10 @@ impl Message {
|
||||
self.0.in_reply_to().map(InReplyToDetails::from)
|
||||
}
|
||||
|
||||
pub fn is_threaded(&self) -> bool {
|
||||
self.0.is_threaded()
|
||||
}
|
||||
|
||||
pub fn is_edited(&self) -> bool {
|
||||
self.0.is_edited()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user