fix(LiveChat#sendMessage): Switch to WEB client

Android no longer works properly with TV OAuth tokens.
This commit is contained in:
Luan
2024-10-26 17:40:35 -03:00
parent b45609aa0f
commit bb3f114aa3

View File

@@ -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
});