Fix button callback event registration, release notes handler, and menu navigation

This commit is contained in:
Antigravity Bot
2026-08-30 01:09:59 +03:30
parent 93da699a0f
commit 73035f8c19
6 changed files with 68 additions and 32 deletions
+1
View File
@@ -18,6 +18,7 @@ async def _cleanup(repo):
await conn.execute("DELETE FROM posts WHERE source_channel_id = $1;", SRC)
await conn.execute("DELETE FROM sources WHERE channel_id = $1;", SRC)
await conn.execute("DELETE FROM targets WHERE channel_id = $1;", TRG)
await conn.execute("DELETE FROM channel_categories;")
def button_data(rows):