Emit event on Room
when a user shares a new project
This commit is contained in:
parent
ad323d6e3b
commit
1e45198b9f
4 changed files with 120 additions and 11 deletions
|
@ -9,7 +9,7 @@ use rpc::proto::{RequestMessage, UsersResponse};
|
|||
use std::sync::{Arc, Weak};
|
||||
use util::TryFutureExt as _;
|
||||
|
||||
#[derive(Debug)]
|
||||
#[derive(Default, Debug)]
|
||||
pub struct User {
|
||||
pub id: u64,
|
||||
pub github_login: String,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue