summaryrefslogtreecommitdiff
path: root/bot/src/stream.cpp
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2024-12-13 23:50:45 +0500
committerilotterytea <iltsu@alright.party>2024-12-13 23:50:45 +0500
commit2d40d39264de4eed0bdb9e8e0117a8c1e2f199d3 (patch)
tree890df967067371cd5ddb7b83d733db875a253e7a /bot/src/stream.cpp
parentad05411350f1152cc3c86cebb5b8492d34507b33 (diff)
feat: now you can listen to github
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>();