Don't log get_room_list

This commit is contained in:
Daniel Berteaud 2015-07-14 19:11:09 +02:00
parent 5c1b764cf8
commit cc852abb2b
1 changed files with 1 additions and 1 deletions

View File

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