Skip to content
Snippets Groups Projects
Verified Commit f032c75e authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Remove unused prototype

parent 8e2f1e9d
No related branches found
No related tags found
No related merge requests found
Pipeline #1788 passed
......@@ -136,9 +136,6 @@ public:
//! Retrieve all the user ids from a room.
std::vector<std::string> roomMembers(const std::string &room_id);
//! Get the other user from an invite to a direct chat.
RoomMember getDirectInviteMember(const std::string &room_id);
//! Check if the given user has power leve greater than than
//! lowest power level of the given events.
bool hasEnoughPowerLevel(const std::vector<mtx::events::EventType> &eventTypes,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment