Add optional welcome message.
This commit is contained in:
parent
1ce1b7b58d
commit
d812a347ca
5 changed files with 58 additions and 1 deletions
|
|
@ -162,7 +162,9 @@ config :pleroma, :instance,
|
|||
mrf_transparency: true,
|
||||
autofollowed_nicknames: [],
|
||||
max_pinned_statuses: 1,
|
||||
no_attachment_links: false
|
||||
no_attachment_links: false,
|
||||
welcome_user_nickname: nil,
|
||||
welcome_message: nil
|
||||
|
||||
config :pleroma, :markup,
|
||||
# XXX - unfortunately, inline images must be enabled by default right now, because
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue