Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support multi pics #53

Merged
merged 2 commits into from
Aug 30, 2024
Merged

Conversation

wolfsilver
Copy link
Contributor

fix: #49

The Telegram bot receives image groups as multiple messages with the same MediaGroupID.
Cache memos using MediaGroupID, and store subsequent messages with the same MediaGroupID in the same memo.

Copy link
Member

@boojack boojack left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

memogram.go Outdated Show resolved Hide resolved
@boojack boojack merged commit cc43190 into usememos:main Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Memos will create separate memos for each photo in a Telegram message rather than multiple photos in one memo
2 participants