diff --git a/lib/Vroom/Constants.pm b/lib/Vroom/Constants.pm index 1f4cd48..d8672e3 100644 --- a/lib/Vroom/Constants.pm +++ b/lib/Vroom/Constants.pm @@ -131,6 +131,6 @@ use constant API_ACTIONS => { }; # List of API actions for which we do not want to log an event -use constant API_NO_LOG => qw(get_event_list); +use constant API_NO_LOG => qw(get_event_list get_room_list); 1;