Skip to content

Commit

Permalink
Support for send message to all chats.
Browse files Browse the repository at this point in the history
  • Loading branch information
kak-tus committed Nov 10, 2023
1 parent eb2c2b8 commit 9dd1407
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2023-11-11 v1.6.6
- Support for send message to all chats.

2023-11-11 v1.6.5
- Corrrect ban count.

Expand Down
27 changes: 27 additions & 0 deletions model/queries/group.sql.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions model/queries_src/group.sql
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ ON CONFLICT (id) DO UPDATE SET
EXCLUDED.ban_question, EXCLUDED.ban_timeout, EXCLUDED.ignore_domain,
EXCLUDED.ban_emojii_count
);

-- name: GetGroups :many
SELECT id FROM public.groups;

0 comments on commit 9dd1407

Please sign in to comment.