fixed a typo in Cache.cpp
This commit is contained in:
parent
e81427c879
commit
8e8e46fe0a
1 changed files with 1 additions and 1 deletions
|
|
@ -4909,7 +4909,7 @@ roomMembers(const std::string &room_id)
|
|||
return instance_->roomMembers(room_id);
|
||||
}
|
||||
|
||||
//! Check if the given user has power leve greater than than
|
||||
//! Check if the given user has power level greater than
|
||||
//! lowest power level of the given events.
|
||||
bool
|
||||
hasEnoughPowerLevel(const std::vector<mtx::events::EventType> &eventTypes,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue