Skip to content

Commit

Permalink
Bugfix/17 fix joining to group (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
gpont authored Aug 27, 2024
1 parent b35c4f8 commit 5a8ccfe
Show file tree
Hide file tree
Showing 72 changed files with 2,466 additions and 5,822 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
node_modules
dist
database.db
coverage/lcov-report/*
coverage/coverage-summary.json
coverage/lcov.info
db/*.db
.env
.DS_Store
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Telegram bot for selecting movies to watch together.
- `/help` - Show the list of commands and their descriptions.
- `/create_group` - Create a new group for group movie watching.
- `/join_group <code>` - Join an existing group by code.
- `/leave_group` - Leave current group.
- `/suggest <movie name>` - Suggest a movie for watching.
- `/vote <movie number>` - Vote for a suggested movie.
- `/list` - Show the list of suggested movies.
Expand Down
Binary file added coverage/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion coverage/badge-branches.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion coverage/badge-lines.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion coverage/badge-statements.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 0 additions & 13 deletions coverage/coverage-summary.json

This file was deleted.

224 changes: 0 additions & 224 deletions coverage/lcov-report/base.css

This file was deleted.

87 changes: 0 additions & 87 deletions coverage/lcov-report/block-navigation.js

This file was deleted.

Loading

0 comments on commit 5a8ccfe

Please sign in to comment.