]> git.localhorst.tv Git - alttp.git/commitdiff
also exclude horstie/localhorst from chatlib master
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 13 Nov 2024 11:11:16 +0000 (12:11 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 13 Nov 2024 11:11:16 +0000 (12:11 +0100)
app/Console/Commands/ChatlibDatabase.php

index 9bf143f11e9956d188f81c4e241ba6a749e57876..621929db06cc27be54627b5034d2153217fc07c2 100644 (file)
@@ -40,6 +40,7 @@ class ChatlibDatabase extends Command {
                        ->whereNotNull('evaluated_at')
                        ->where('created_at', '<', now()->sub(7, 'day'))
                        ->whereNotIn('classification', ['gg', 'gl', 'number', 'o7'])
+                       ->whereNotIn('channel_id', [52, 53])
                        ->where(function ($query) use ($lang) {
                                $query->whereNull('detected_language');
                                $query->orWhere('detected_language', '=', $lang);