summaryrefslogtreecommitdiff
path: root/bot/src/stream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bot/src/stream.cpp')
-rw-r--r--bot/src/stream.cpp2
1 files changed, 1 insertions, 1 deletions
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<int>();