Better Archives
info
This patch was tested for master@801cd26
What is this?
The better archives patch adds:
Auto-archiving of user's messages on any case creation
!archive <user>
command (utility)Higher clean command limits and message retentions
Database performance improvements to queries for the
messages
tableBetter-looking archive view webpage (and archives are now based on the dashboard)
Downloading the Patch
Download the patch from here.
Applying the Patch
git am <path to file>
info
In order to apply the patch you will need to rebuild and redeploy your Bot Service, as well as run DB migrations.
You will also need to add the
dashboard_url
key to the top-level of your instance'sglobal
config key (with your dashboard's URL)
Respective Patches
0006-better-archives.patch
- Initial setup