Partially on the way to receiving an incoming message
This is getting really ugly, but let's run with it for now.
This commit is contained in:
@@ -6,7 +6,7 @@ use std::collections::HashMap;
|
||||
|
||||
use super::{Channel, Result};
|
||||
|
||||
impl AsRef<dyn telepathy::ChannelInterfaceMessages + 'static> for std::rc::Rc<Channel> {
|
||||
impl AsRef<dyn telepathy::ChannelInterfaceMessages + 'static> for std::sync::Arc<Channel> {
|
||||
fn as_ref(&self) -> &(dyn telepathy::ChannelInterfaceMessages + 'static) {
|
||||
&**self
|
||||
}
|
||||
|
Reference in New Issue
Block a user