Merge branch 'master' into ServerHistory

This commit is contained in:
Antoninop 2024-08-22 11:28:32 +02:00 committed by GitHub
commit 02f7b9974e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,10 +49,8 @@ enum serviiRequest {
command = 'Command',
fetchLogs = 'FetchLogs',
fetchHistory = 'FetchHistory',
}
const nonToastableCalls: string[] = [
serviiRequest.fetchServers,
serviiRequest.fetchLogs,