Skip to content

Add missing signals to ChannelsAPI: player_joined, player_left, channel_ownership_transferred, channels_deleted.#72

Merged
tudddorrr merged 1 commit into
TaloDev:developfrom
Daylily-Zeleen:add_missing_talo_signals-
Feb 26, 2025
Merged

Add missing signals to ChannelsAPI: player_joined, player_left, channel_ownership_transferred, channels_deleted.#72
tudddorrr merged 1 commit into
TaloDev:developfrom
Daylily-Zeleen:add_missing_talo_signals-

Conversation

@Daylily-Zeleen
Copy link
Copy Markdown
Contributor

A part of #70.

Copy link
Copy Markdown
Contributor

@tudddorrr tudddorrr left a comment

Choose a reason for hiding this comment

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

really great stuff just one minor thing

Comment thread addons/talo/apis/channels_api.gd Outdated
"v1.channels.player-left":
player_left.emit(TaloChannel.new(data.channel), TaloPlayerAlias.new(data.playerAlias))
"v1.channels.ownership-transferred":
player_left.emit(TaloChannel.new(data.channel), TaloPlayerAlias.new(data.playerAlias))
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

this should be data.newOwner for the player alias

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Already fix now.

@Daylily-Zeleen Daylily-Zeleen force-pushed the add_missing_talo_signals- branch from 06d8151 to 33a1758 Compare February 26, 2025 02:12
@tudddorrr tudddorrr added the enhancement New feature or request label Feb 26, 2025
Copy link
Copy Markdown
Contributor

@tudddorrr tudddorrr left a comment

Choose a reason for hiding this comment

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

thanks!

@tudddorrr tudddorrr merged commit 47202f2 into TaloDev:develop Feb 26, 2025
@Daylily-Zeleen Daylily-Zeleen deleted the add_missing_talo_signals- branch February 28, 2025 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants