Skip to content

Commit

Permalink
fix(LiveChat#sendMessage): Switch to WEB client
Browse files Browse the repository at this point in the history
Android no longer works properly with TV OAuth tokens.
  • Loading branch information
LuanRT committed Oct 26, 2024
1 parent b45609a commit bb3f114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser/youtube/LiveChat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ export default class LiveChat extends EventEmitter {
const response = await this.#actions.execute('/live_chat/send_message', {
richMessage: { textSegments: [ { text } ] },
clientMessageId: Platform.shim.uuidv4(),
client: 'ANDROID',
client: 'WEB',
parse: true,
params
});
Expand Down

0 comments on commit bb3f114

Please sign in to comment.