signal-bot
signal-bot copied to clipboard
Compatibility with signal-cli 0.8.4(.1)
Hey,
in the new signal-cli it is required to provide the own phone-number to access the DBus-Object:
const interfaces = await this._bus.getProxyObject( this.settings.dbus.destination, "/org/asamk/Signal/_<PHONE_NUMBER>" );
I guess the only way is to provide it as parameter via the connect-method or via settings in constructor.