Update src/pinned_messages.rs

Co-authored-by: l <link2xt@testrun.org>
This commit is contained in:
biørn
2026-08-06 22:50:57 +02:00
parent bd0c0b6b4b
commit a6f33d7474

View File

@@ -32,7 +32,7 @@ fn is_pinnable(msg: &Message) -> bool {
/// Pin or unpin a message.
///
/// If the message is not pinnable, an error is returned.
/// If pinning changes, `EventType::MsgsChanged`` event is fired to show/hide the pinning needle.
/// If pinning changes, `EventType::MsgsChanged` event is fired to show/hide the pinning needle.
pub async fn set_pinned_state(
context: &Context,
msg_id: MsgId,