Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dynamic replies feature #14

Merged
merged 4 commits into from
May 7, 2024
Merged

Add dynamic replies feature #14

merged 4 commits into from
May 7, 2024

Commits on May 3, 2024

  1. Dynamic replies initial implementation

    Generates a special link used to reassign replies.  Known bugs: replies can be reassigned indefinitely because the `updated_at` field in `campaign_contact` does not actually update on reassignment.
    sjwmoveon committed May 3, 2024
    Configuration menu
    Copy the full SHA
    5e31328 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    217d23a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4be13a6 View commit details
    Browse the repository at this point in the history
  4. Use 'joinToken' in place of 'organizationUuid' since we are actually …

    …using the joinToken value
    
    Also remove an unnecessary import and fix a comment
    sjwmoveon committed May 3, 2024
    Configuration menu
    Copy the full SHA
    0dfcea5 View commit details
    Browse the repository at this point in the history