forked from fair/matrix-puppeteer-line
Compare commits
15 Commits
6ac15333f8
...
3286d7e6e2
Author | SHA1 | Date |
---|---|---|
Cristian Le | 3286d7e6e2 | |
Cristian Le | 9270761b20 | |
Andrew Ferrazzutti | 9d1d6e379c | |
Andrew Ferrazzutti | ec14b90711 | |
Andrew Ferrazzutti | 14de373787 | |
Andrew Ferrazzutti | 54507f8aaf | |
Andrew Ferrazzutti | 34ea2021ec | |
Andrew Ferrazzutti | 27fda19567 | |
Andrew Ferrazzutti | 11ba99e17b | |
Andrew Ferrazzutti | c89c59e7fc | |
Andrew Ferrazzutti | 6d646e082b | |
Andrew Ferrazzutti | 712a256dee | |
Andrew Ferrazzutti | 6583815301 | |
Andrew Ferrazzutti | 94788a21dd | |
Andrew Ferrazzutti | 2fb9be2037 |
|
@ -74,9 +74,9 @@ class Config(BaseBridgeConfig):
|
||||||
copy("bridge.delivery_error_reports")
|
copy("bridge.delivery_error_reports")
|
||||||
copy("bridge.resend_bridge_info")
|
copy("bridge.resend_bridge_info")
|
||||||
copy("bridge.receive_stickers")
|
copy("bridge.receive_stickers")
|
||||||
copy("bridge.resend_bridge_info")
|
|
||||||
copy("bridge.use_sticker_events")
|
copy("bridge.use_sticker_events")
|
||||||
copy("bridge.emoji_scale_factor")
|
copy("bridge.emoji_scale_factor")
|
||||||
|
copy("bridge.command_prefix")
|
||||||
copy("bridge.user")
|
copy("bridge.user")
|
||||||
|
|
||||||
copy("puppeteer.connection.type")
|
copy("puppeteer.connection.type")
|
||||||
|
|
|
@ -126,7 +126,6 @@ export default class MessagesPuppeteer {
|
||||||
}
|
}
|
||||||
this.log("Injecting content script")
|
this.log("Injecting content script")
|
||||||
await this.page.addScriptTag({ path: "./src/contentscript.js", type: "module" })
|
await this.page.addScriptTag({ path: "./src/contentscript.js", type: "module" })
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue