Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • pleroma pleroma
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 647
    • Issues 647
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 88
    • Merge requests 88
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PleromaPleroma
  • pleromapleroma
  • Merge requests
  • !2782

fixes 1957 Add option to send user chatmessage instead of dm

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Ilja requested to merge ilja/pleroma:fixes_1957_add_option_to_send_user_chatmessage_instead_of_dm into develop Jul 21, 2020
  • Overview 9
  • Commits 3
  • Pipelines 5
  • Changes 8

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
Edited Aug 02, 2020 by Ilja
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fixes_1957_add_option_to_send_user_chatmessage_instead_of_dm