Page MenuHomePhabricator

Paste notification doesn't contain link to it
Closed, ResolvedPublic

Description

Steps:

  1. Go to some paste (for example: P11)
  2. Click "Subscribe"
  3. Wait while somebody add a comment to it
  4. Open email notification:

    <nickname> added a comment. <details>

    REPLY HANDLER ACTIONS Reply to comment or !unsubscribe.

    To: <nickname> Cc: <nickname1>, <nickname2>, ..., <nicknameN>
  1. This notification doesn't contain link to paste

Revisions and Commits

Event Timeline

rugabarbo assigned this task to epriestley.
rugabarbo raised the priority of this task from to Needs Triage.
rugabarbo updated the task description. (Show Details)
rugabarbo added a project: Paste.
rugabarbo added a subscriber: rugabarbo.

This can be fixed like this:

  • in PhabricatorApplicationTransactionEditor, implement buildMailBody()
  • have it add a PASTE DETAIL section
  • see DifferentialTransactionEditor::buildMailBody() for an example.
rugabarbo triaged this task as Low priority.