Get workspace compiling with new event emitters
This commit is contained in:
parent
26fc36ee0e
commit
a97c8bf58f
24 changed files with 224 additions and 319 deletions
|
@ -79,9 +79,7 @@ pub struct Room {
|
|||
maintain_connection: Option<Task<Option<()>>>,
|
||||
}
|
||||
|
||||
impl EventEmitter for Room {
|
||||
type Event = Event;
|
||||
}
|
||||
impl EventEmitter<Event> for Room {}
|
||||
|
||||
impl Room {
|
||||
pub fn channel_id(&self) -> Option<u64> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue