(
&self,
_vars: &HashMap<String, String>,
pl: &integration::JoinEvent,
)
| 167 | } |
| 168 | |
| 169 | async fn join_event( |
| 170 | &self, |
| 171 | _vars: &HashMap<String, String>, |
| 172 | pl: &integration::JoinEvent, |
| 173 | ) -> Result<()> { |
| 174 | self.post_event("join", &JoinEvent::from(pl.clone())).await |
| 175 | } |
| 176 | |
| 177 | async fn ack_event( |
| 178 | &self, |