feat(transcripts): add PDF branding and archive attachment support - #215
feat(transcripts): add PDF branding and archive attachment support#215DivyamGoyal15 wants to merge 5 commits into
Conversation
|
Wow, looks nice! It will take a while to check, test and merge everything in v4.3. But from the first sight it already looks amazing! Thank you for contributing |
|
Thankyou! and can i make New features like in Databases? |
Creating new features which include database changes are a little bit more difficult because it also requires backwards compatibility, migration, etc. And config/database changes are only allowed in major versions (e.g. v4.2, v4.3, ...) I recommend that you first open an issue with the feature you want to implement instead of directly creating pull requests. Certain features can better be added by plugins instead of in the core bot. And other features must be added to the Open Discord framework instead of Open Ticket itself. |
Summary
Adds optional PDF transcript support improvements while keeping existing HTML transcript behavior unchanged.
Changes
.zip,.tar.gz,.rar,.7z, etc.Backwards Compatibility
HTML transcripts remain unchanged. Existing users should not be affected unless PDF transcript options are enabled.
Testing
npm run buildNotes
Sensitive values are not included. Runtime secrets should be configured outside the repository.