Render and interact with individual rooms
This commit is contained in:
parent
9cd7ee008d
commit
6fbc0c5ff7
8 changed files with 228 additions and 48 deletions
|
|
@ -93,6 +93,10 @@ pub struct EuphVault {
|
|||
}
|
||||
|
||||
impl EuphVault {
|
||||
pub fn room(&self) -> &str {
|
||||
&self.room
|
||||
}
|
||||
|
||||
pub fn join(&self, time: DateTime<Utc>) {
|
||||
let request = EuphRequest::Join {
|
||||
room: self.room.clone(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue