diff options
author | lain <lain@soykaf.club> | 2020-08-03 21:01:56 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-08-03 21:01:56 +0000 |
commit | e3953923aca1706ab508bfda1ab892304b29c09a (patch) | |
tree | b665806e04571f6b27ddd777fc0d64a4f21751ca /docs/configuration/cheatsheet.md | |
parent | 56b5b9aa276c0a302c89dc7ca02c18fdc4645e56 (diff) | |
parent | cbf8bfc6942cbfbb5266a20d9929faf2e192ac70 (diff) | |
download | pleroma-e3953923aca1706ab508bfda1ab892304b29c09a.tar.gz pleroma-e3953923aca1706ab508bfda1ab892304b29c09a.zip |
Merge branch 'fixes_1957_add_option_to_send_user_chatmessage_instead_of_dm' into 'develop'
fixes 1957 Add option to send user chatmessage instead of dm
Closes #1957
See merge request pleroma/pleroma!2782
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-rw-r--r-- | docs/configuration/cheatsheet.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index 7de82a41d..5891fc9b0 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -69,6 +69,10 @@ To add configuration to your config file, you can copy it from the base config. * `enabled`: Enables the send a direct message to a newly registered user. Defaults to `false`. * `sender_nickname`: The nickname of the local user that sends the welcome message. * `message`: A message that will be send to a newly registered users as a direct message. +* `chat_message`: - welcome message sent as a chat message. + * `enabled`: Enables the send a chat message to a newly registered user. Defaults to `false`. + * `sender_nickname`: The nickname of the local user that sends the welcome message. + * `message`: A message that will be send to a newly registered users as a chat message. * `email`: - welcome message sent as a email. * `enabled`: Enables the send a welcome email to a newly registered user. Defaults to `false`. * `sender`: The email address or tuple with `{nickname, email}` that will use as sender to the welcome email. |