Merge pull request #900 from AyuBisht/master

fixed a typo in Cache.cpp
This commit is contained in:
DeepBlueV7.X 2022-01-17 19:02:41 +00:00 committed by GitHub
commit 429d51d474
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,