forked from zarincheg/telegram-bot-dialogs
-
Notifications
You must be signed in to change notification settings - Fork 5
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: koot-labs/telegram-bot-dialogs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.7.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: koot-labs/telegram-bot-dialogs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.8.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 16 commits
- 21 files changed
- 3 contributors
Commits on Apr 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4086569 - Browse repository at this point
Copy the full SHA 4086569View commit details
Commits on Apr 23, 2024
-
Refactor Dialog and DialogManager for improved key generation
The previous implementation of Dialog and DialogManager was refactored to improve key generation. Instead of using just chatId, it is now combined with userId to generate a unique key for a dialog. This solution further enhance balance between performance and security for reading and storing dialog states. Some unnecessary methods and properties were also cleaned up in the process.
1Configuration menu - View commit details
-
Copy full SHA for 6c33b3d - Browse repository at this point
Copy the full SHA 6c33b3dView commit details -
Add beforeAllStep and afterAllStep methods to Dialog
Two new methods have been added to the Dialog class: "beforeAllStep" and "afterAllStep". These methods, which can be overridden for custom functionality, will run at the start and end of a Dialog sequence respectively. Additionally, a check has been implemented to determine when the Dialog has started.
Configuration menu - View commit details
-
Copy full SHA for acc26f4 - Browse repository at this point
Copy the full SHA acc26f4View commit details -
Remove duplicate line in Dialog.php
The same line setting variable $currentStepIndex to $this->next was unnecessarily repeated in the script. This redundancy was removed to enhance code efficiency and improve readability.
Configuration menu - View commit details
-
Copy full SHA for 130b8eb - Browse repository at this point
Copy the full SHA 130b8ebView commit details
Commits on May 10, 2024
-
Merge pull request #8 from CrazyBoy49z/fix_dialog_group
Refactor Dialog and DialogManager for improved key generation
Configuration menu - View commit details
-
Copy full SHA for 46864d9 - Browse repository at this point
Copy the full SHA 46864d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3793c87 - Browse repository at this point
Copy the full SHA 3793c87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6923026 - Browse repository at this point
Copy the full SHA 6923026View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31bcd31 - Browse repository at this point
Copy the full SHA 31bcd31View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc03926 - Browse repository at this point
Copy the full SHA fc03926View commit details -
Configuration menu - View commit details
-
Copy full SHA for 233c27f - Browse repository at this point
Copy the full SHA 233c27fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 03d0576 - Browse repository at this point
Copy the full SHA 03d0576View commit details -
Configuration menu - View commit details
-
Copy full SHA for e207b38 - Browse repository at this point
Copy the full SHA e207b38View commit details -
Configuration menu - View commit details
-
Copy full SHA for b22c65e - Browse repository at this point
Copy the full SHA b22c65eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f8a666 - Browse repository at this point
Copy the full SHA 9f8a666View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9295ac - Browse repository at this point
Copy the full SHA a9295acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4066d16 - Browse repository at this point
Copy the full SHA 4066d16View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.7.0...0.8.0