parsers: Rename MucUser::with_status to with_statuses
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
552848b3ed
commit
9fa8a9f6ba
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ impl MucUser {
|
|||
}
|
||||
}
|
||||
|
||||
pub fn with_status(mut self, status: Vec<Status>) -> MucUser {
|
||||
pub fn with_statuses(mut self, status: Vec<Status>) -> MucUser {
|
||||
self.status = status;
|
||||
self
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue