Restore chat functionality with a very rough UI
This commit is contained in:
parent
da5a77badf
commit
ddda5a559b
13 changed files with 440 additions and 185 deletions
|
@ -170,8 +170,7 @@ impl FakeServer {
|
|||
staff: false,
|
||||
flags: Default::default(),
|
||||
},
|
||||
)
|
||||
.await;
|
||||
);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
@ -182,11 +181,7 @@ impl FakeServer {
|
|||
}
|
||||
}
|
||||
|
||||
pub async fn respond<T: proto::RequestMessage>(
|
||||
&self,
|
||||
receipt: Receipt<T>,
|
||||
response: T::Response,
|
||||
) {
|
||||
pub fn respond<T: proto::RequestMessage>(&self, receipt: Receipt<T>, response: T::Response) {
|
||||
self.peer.respond(receipt, response).unwrap()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue