Merged
requested to merge ilja/pleroma:fixes_1957_add_option_to_send_user_chatmessage_instead_of_dm into develop
Fixes #1957 (closed)
- 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
- I added tests
- I also broke up the test for the welcome message so that each 'type' (dm, chat, email) is tested seperatly
- added to the cheatsheet
- added to the config/description.ex
- added to the Changelog.md