Skip to content
  • Celeo's avatar
    Add notifications for users being mentioned · 420ea5a1
    Celeo authored and Deimos's avatar Deimos committed
    This detects mentions of users in comments using the same pattern as the
    markdown parsing uses to generate user links. Mentioned users are sent a
    notification, and mentions are added/deleted if needed on comment edits.
    
    As part of this, setup was done to generate rabbitmq messages for
    comment creation and edits, and the mentions are handled by an async
    consumer of these messages.
    420ea5a1