Add welcome chatmessages
authorIlja <domainepublic@spectraltheorem.be>
Sun, 2 Aug 2020 13:54:59 +0000 (15:54 +0200)
committerIlja <domainepublic@spectraltheorem.be>
Sun, 2 Aug 2020 13:54:59 +0000 (15:54 +0200)
commitf671d7e68c77e5d41dd0716f48f387561efc3999
treebc0dd5b322743634ff66acd19f6d3a1350a32ee3
parent8ca993c789fb3d41450419fc49bfa22542368ba8
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
CHANGELOG.md
config/config.exs
config/description.exs
docs/configuration/cheatsheet.md
lib/pleroma/user.ex
lib/pleroma/user/welcome_chat_message.ex [new file with mode: 0644]
test/user/welcome_chat_massage_test.exs [new file with mode: 0644]
test/user_test.exs