You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Small cleanup applied on merge (f10106d): dropped bun.lock (this repo is pnpm), reverted the manual 4.9.0 bump and CHANGELOG.md edit in favour of a changeset, and restored the two unrelated test edits — the original PNG fixture and the 5s contract timeout both pass here, so neither change was needed.
8bca8c6 (sendGroupStatus) is held back for now — not rejected, just needs its own PR. Main blockers: it also changes the command system from this.on('text') to this.on('message'), which are not equivalent (message fires for every decoded message, so commands would run on stickers, reactions, etc.), and that isn't mentioned in the description or covered by a test. The method itself also needs a typed content parameter and test coverage before it lands.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎨 Feature: Customizable Sticker Pack & Author Metadata
🚀 What's New?
1. 🏷️ Dynamic Sticker Metadata
Developers can now specify custom metadata for sticker creation:
Defaults gracefully to configured global metadata if custom options are omitted.
2. 🐛 Message Context Decoder Fix
Improved
decodeQuotedContextresolution for replied messages across group and DM contexts.🛠️ Summary of Changes
src/media/ffmpeg/sticker.tssrc/builder/content/sticker.tssrc/events/decoders/messages.tstests/media/sticker-processor.test.ts🧪 Verification & Audit
tsc --noEmit)pnpm test)🔍 Backwards Compatibility Check
.sticker(buffer)remain 100% backwards-compatible.