(&self, min_last_seen_unix_ms: i64)
| 105 | |
| 106 | pub async fn server_token_hash(&self, server_id: &str) -> Result<Option<String>> { |
| 107 | self.directory.server_token_hash(server_id).await |
| 108 | } |
| 109 | |
| 110 | pub async fn server_id_for_token_hash(&self, token_hash: &str) -> Result<Option<String>> { |
| 111 | self.directory.server_id_for_token_hash(token_hash).await |
| 112 | } |
no outgoing calls
no test coverage detected