From 2d40d39264de4eed0bdb9e8e0117a8c1e2f199d3 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Fri, 13 Dec 2024 23:50:45 +0500 Subject: feat: now you can listen to github --- bot/src/stream.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/src/stream.cpp') diff --git a/bot/src/stream.cpp b/bot/src/stream.cpp index 6e48fb8..dc77328 100644 --- a/bot/src/stream.cpp +++ b/bot/src/stream.cpp @@ -178,7 +178,7 @@ namespace bot::stream { pqxx::work work(conn); pqxx::result ids = - work.exec("SELECT target_alias_id FROM events WHERE event_type < 99"); + work.exec("SELECT target_alias_id FROM events WHERE event_type < 10"); for (const auto &row : ids) { int id = row[0].as(); -- cgit v1.2.3