diff --git a/core/conversations/src/conversation.rs b/core/conversations/src/conversation.rs index ccb5fa1..c9377c4 100644 --- a/core/conversations/src/conversation.rs +++ b/core/conversations/src/conversation.rs @@ -43,5 +43,5 @@ pub(crate) trait GroupConvo: Convo + std::fmt::Debug + S } pub(crate) trait Identified { - fn id(&self) -> ConversationIdRef; + fn id(&self) -> ConversationIdRef<'_>; }