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 files to slack event model #326

Merged
merged 22 commits into from
Apr 8, 2024
Merged

Conversation

ykaliukh
Copy link
Contributor

@ykaliukh ykaliukh commented Apr 4, 2024

Currently, SlackEventMessage does not contain files. As we need to parse files for one of our features, we need to add a list of SlackFiles to this class.

import com.hubspot.slack.client.methods.interceptor.HasUser;
import java.util.Optional;

public abstract class SlackEventMessageExtendedBase
Copy link
Contributor

Choose a reason for hiding this comment

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

@ykaliukh what does Extended mean in the model name?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@zmarushchak-hs I changed the entire logic, please, check once more.

@ykaliukh ykaliukh merged commit b46fe38 into master Apr 8, 2024
2 checks passed
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.

2 participants