| 58 | return users; |
| 59 | } |
| 60 | void BridgeConfig::removeUser(const std::string& userKey) |
| 61 | { |
| 62 | cache.getCommandAPI().DELETERequest("/config/whitelist/" + userKey, nlohmann::json::object()); |
| 63 | } |
| 64 | bool BridgeConfig::getLinkButton() const |
| 65 | { |
| 66 | return cache.getValue().at("linkbutton").get<bool>(); |