Improve docstring of GroupSessionManager::collect_session_recipients.

master
Denis Kasak 2021-03-01 15:47:53 +01:00
parent 83926e154b
commit 70ecf269d0
1 changed files with 3 additions and 3 deletions

View File

@ -213,10 +213,10 @@ impl GroupSessionManager {
Ok((id, request, changed_sessions)) Ok((id, request, changed_sessions))
} }
/// Given a list of user and an outbound session get the list of users and /// Given a list of user and an outbound session, return the list of users and
/// devices that this session should be shared with. /// their devices that this session should be shared with.
/// ///
/// Returns a boolean indicating that the session needs to be rotated and /// Returns a boolean indicating whether the session needs to be rotated and
/// the list of users/devices that should receive the session. /// the list of users/devices that should receive the session.
pub async fn collect_session_recipients( pub async fn collect_session_recipients(
&self, &self,