Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
TelegramBot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
TelegramBot
Commits
ea4e47e0
Commit
ea4e47e0
authored
Jul 15, 2017
by
Armando Lüscher
Committed by
GitHub
Jul 15, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #563 from jacklul/cleanup_command
Add 'cleanup' command
parents
0d59d04b
731e3cd2
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
394 additions
and
0 deletions
+394
-0
CHANGELOG.md
CHANGELOG.md
+1
-0
CleanupCommand.php
src/Commands/AdminCommands/CleanupCommand.php
+393
-0
No files found.
CHANGELOG.md
View file @
ea4e47e0
...
...
@@ -7,6 +7,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
### Added
-
Callbacks can be added to be executed when callback queries are called.
-
New Bot API 3.1 changes (#550).
-
`/cleanup`
command for admins, that cleans out old entries from the DB.
### Changed
-
[
:exclamation:
][
unreleased-bc-request-class-refactor
]
Big refactor of the
`Request`
class, removing most custom method implementations.
### Deprecated
...
...
src/Commands/AdminCommands/CleanupCommand.php
0 → 100644
View file @
ea4e47e0
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment