matrix-puppeteer-line/puppet/src
Andrew Ferrazzutti 0d154c826e Fix outbound message sending
The message text input field in LINE chats doesn't play nice with
Puppeteer's "type" function for live-typing text...

It's a div instead of a text input, and uses innerText instead of value.
Setting its innerText directly seems to work best, so just use that.
2021-06-14 01:54:24 -04:00
..
api.js Rename again 2021-03-15 01:40:56 -04:00
client.js Fix crash when logging in after a forced logout 2021-06-08 00:24:00 -04:00
contentscript.js Support LINE users with no discoverable ID 2021-06-06 18:24:44 -04:00
main.js Rework message syncing and sending 2021-04-27 02:59:16 -04:00
puppet.js Fix outbound message sending 2021-06-14 01:54:24 -04:00
taskqueue.js Rename again 2021-03-15 01:40:56 -04:00
util.js Rename again 2021-03-15 01:40:56 -04:00