···231231 }
232232233233 /// Get the upcoming queue for a room from the store.
234234+ #[allow(dead_code)]
234235 pub(crate) async fn queue(&self, id: &RoomId) -> Vec<TrackMeta> {
235236 let snapshot = match self.store.load(&id.as_str_buf()).await {
236237 Ok(Some(s)) => s,