mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-13 09:32:12 +00:00
fix(LiveChat#sendMessage): Switch to WEB client
Android no longer works properly with TV OAuth tokens.
This commit is contained in:
@@ -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
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user