Andrew Ferrazzutti
6d646e082b
- Handle "decrypting" state of messages - Handle lazy loading of emoji - Better handle lazy loading of images/stickers - Improve reliability of message sending, especially when sending several messages quickly - Use m.sticker events for inbound stickers instead of m.image, and add a config to optionally use m.image if desired - Use proper sizing for emoji, and add config to scale them since they are somewhat small - Deduplicate stickers as best as possible (works until they get a different blob URL) - Add config to disable bridging stickers/emoji - Send m.notice for inbound messages of unknown type |
||
---|---|---|
.. | ||
src | ||
.dockerignore | ||
.eslintrc.json | ||
.gitignore | ||
Dockerfile | ||
README.md | ||
example-config.json | ||
package.json | ||
prep_helper.js | ||
yarn.lock |
README.md
Listen config
If type
is unix
, path
is the path where to create the socket.
If type
is tcp
, port
and host
are the host/port where to listen.
Profile directory
The profile_dir
specifies which directory to put Chromium user data directories.
URL
url
specifies the URL of the index page of the LINE extension for your Chromium installation.
Extension directory
The extension_dir
specifies which directory contains the files for the LINE extension, which you must download yourself.
DevTools
Set devtools
to true
to launch Chromium with DevTools enabled by default.