summaryrefslogtreecommitdiff
path: root/config/config.exs
diff options
context:
space:
mode:
authorIlja <domainepublic@spectraltheorem.be>2020-08-02 15:54:59 +0200
committerIlja <domainepublic@spectraltheorem.be>2020-08-02 15:54:59 +0200
commitf671d7e68c77e5d41dd0716f48f387561efc3999 (patch)
treebc0dd5b322743634ff66acd19f6d3a1350a32ee3 /config/config.exs
parent8ca993c789fb3d41450419fc49bfa22542368ba8 (diff)
downloadpleroma-f671d7e68c77e5d41dd0716f48f387561efc3999.tar.gz
pleroma-f671d7e68c77e5d41dd0716f48f387561efc3999.zip
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
Diffstat (limited to 'config/config.exs')
-rw-r--r--config/config.exs5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs
index d31208c25..c0213612b 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -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,