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

fix: OnBubbleAdded expects an incorrect type & AddUserAsync's missing tuple #1326

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

luketeam5
Copy link
Contributor

@luketeam5 luketeam5 commented Jan 18, 2025

hi,

appears that OnBubbleAdded has a custom definition that expects TextChatMessageProperties, however it should be BubbleChatMessageProperties according to the Roblox docs, seems like a simple mistake when this was added in #1006 when writing the OnIncomingMessage

edit:
also included a fix for missing return tuple for AddUserAsync

@luketeam5
Copy link
Contributor Author

test failure unrealted to this PR, needs to be fixed by #1325

@luketeam5 luketeam5 changed the title OnBubbleAdded expects an incorrect type fix: OnBubbleAdded expects an incorrect type Jan 19, 2025
@luketeam5 luketeam5 changed the title fix: OnBubbleAdded expects an incorrect type fix: OnBubbleAdded expects an incorrect type & AddUserAsync's missing tuple Jan 20, 2025
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