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

Add support for attachments #673

Merged
merged 3 commits into from
Dec 12, 2023
Merged

Add support for attachments #673

merged 3 commits into from
Dec 12, 2023

Conversation

whatyouhide
Copy link
Collaborator

@whatyouhide whatyouhide commented Dec 11, 2023

Closes #479.

@whatyouhide whatyouhide marked this pull request as ready for review December 11, 2023 20:27
@whatyouhide
Copy link
Collaborator Author

@sl0thentr0py ready for review!

Copy link
Member

@sl0thentr0py sl0thentr0py left a comment

Choose a reason for hiding this comment

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

lgtm
just added an observation for later

%__MODULE__{
event_id: event_id,
items: events
items: [event] ++ event.attachments
Copy link
Member

Choose a reason for hiding this comment

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

maybe later let's add an Envelope.add_item method too when we need other types so that envelope is general enough

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yep we'll probably need something like that down the line!

@whatyouhide whatyouhide merged commit 5e2fc75 into master Dec 12, 2023
3 checks passed
@whatyouhide whatyouhide deleted the al/attachments branch December 12, 2023 16:25
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.

Attachments
2 participants