-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extend UpdateAccountSettings options #548
base: master
Are you sure you want to change the base?
Extend UpdateAccountSettings options #548
Conversation
- add --unrestricted-unidentified-sender option
description: 'Send a signal message. Set the text_mode to ''styled'' in case you want to add formatting to your text message. Styling Options: *italic text*, **bold text**, ~strikethrough text~.' | ||
description: 'Send a signal message. Set the text_mode to ''styled'' in case | ||
you want to add formatting to your text message. Styling Options: *italic | ||
text*, **bold text**, ~strikethrough text~.' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bbernhard I"m not sure why most of the changes in these docs were made. I saw your comment #209 (comment) that you use swag
to generate the docs, so I installed the swag version v1.6.7 that is pinned in the Dockerfile and ran swag init
and these are the automated changes. I also double-checked and I am on go
version 1.22.3
so it's not clear to me why these linting changes were made.
So, the flag in signal-cli does not seem to work as I understood. I've asked for clarification in the discussion AsamK/signal-cli#1414 and I'm waiting for feedback. |
Bump any news on this? |
@ablaszkiewicz I just had a look on the discussion where I asked for clarification and it has not received an answer, unfortunately. We went in another direction where we save the contributors uuid so haven't tried to follow up any further. |
adds --unrestricted-unidentified-sender option
Fixes #546