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 avatars and display names #3

Merged
merged 2 commits into from
Apr 17, 2024
Merged

Conversation

Karolk99
Copy link
Contributor

No description provided.

@Karolk99 Karolk99 force-pushed the add-avatars-and-display-name branch from 564712a to fa79af1 Compare April 17, 2024 15:06
lib/pipeline.ex Outdated
Comment on lines 252 to 262
defp register_image_action(image_url) do
register_image = {
:lc_request,
%{
type: "register",
entity_type: "image",
asset_type: "png",
image_id: "avatar_png",
url: image_url
}
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Could we move it to compositor_utils.ex as all lc_request are there.

@Karolk99 Karolk99 merged commit e77966c into master Apr 17, 2024
3 checks passed
@Karolk99 Karolk99 deleted the add-avatars-and-display-name branch May 13, 2024 12:54
Karolk99 pushed a commit that referenced this pull request Jul 2, 2024
* Initial LL-HLS test commit
* Review fixes
* Connection manager initial commit (#3)
* update paths
* Review fixes pt2
* add moduledoc
* update gitignore
* add readme stub
* fix typo
* Review fixes pt3
* Backoff if track manifest request fails
* add missing send
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