Current issues and workarounds:
register +123... throws mausignald.errors.CaptchaRequired
Workaround:
According to backlog here: solve the captcha on https://signalcaptchas.org/registration/generate.html, get the token from the Javascript errors (F12, without the
signalcaptcha://
prefix) andregister --captcha [token] [number]
.
Source: Mautrix-Signal-Bridge message
set-profile-name <name> throws mausignald.errors.ResponseError
I got it to work by "set_profile" directly through the socket-api. It only worked if I set the "about" and "emoji" attributes also. I guess that's what was missing from the bridge implementation
Source: Mautrix-Signal-Bridge message
Instead of set-profile-name
use the raw command:
raw --user v1.set_profile {
"about": "Come, join the Matrix.org",
"account": "<your_number>",
"name": "<your name>",
"type": "set_profile",
"emoji": "",
"version": "v1"
}
See: signald SetProfile
Contact names and profile pictures not synchronized.
see: signald comment
Pinned Comments
istobic commented on 2021-05-31 16:37 (UTC) (edited on 2021-06-03 12:33 (UTC) by istobic)
Current issues and workarounds:
register +123... throws mausignald.errors.CaptchaRequired
Workaround:
Source: Mautrix-Signal-Bridge message
set-profile-name <name> throws mausignald.errors.ResponseError
Source: Mautrix-Signal-Bridge message
Instead of
set-profile-name
use the raw command:See: signald SetProfile
Contact names and profile pictures not synchronized.
see: signald comment