Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix/17 fix joining to group #18

Merged
merged 11 commits into from
Aug 27, 2024
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/Icon-report/*
coverage/coverage-summary.json
coverage/Icov.info
db/*.db
.env
.DS_Store
tr1ckyf0x marked this conversation as resolved.
Show resolved Hide resolved
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