You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: