Add welcome chatmessages
* I added the option in config/config.exs * created a new module lib/pleroma/user/welcome_chat_message.ex * Added it to the registration flow * added to the cheatsheet * added to the config/description.ex * added to the Changelog.md
This commit is contained in:
parent
8ca993c789
commit
f671d7e68c
8 changed files with 158 additions and 7 deletions
|
|
@ -261,6 +261,11 @@ config :pleroma, :welcome,
|
|||
sender_nickname: nil,
|
||||
message: nil
|
||||
],
|
||||
chat_message: [
|
||||
enabled: false,
|
||||
sender_nickname: nil,
|
||||
message: nil
|
||||
],
|
||||
email: [
|
||||
enabled: false,
|
||||
sender: nil,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue