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

If a bounty is created for a specific user, send that user a message after bounty is created #107

Open
tescher opened this issue Apr 5, 2023 · 1 comment
Labels
good first issue Good for newcomers

Comments

@tescher
Copy link
Collaborator

tescher commented Apr 5, 2023

assignTo is set in the Create activity, but no message goes out to the user so they don't know it.

@tescher tescher added the good first issue Good for newcomers label Apr 19, 2023
@tescher
Copy link
Collaborator Author

tescher commented Apr 20, 2023

To Do:

  • In Create actvity, remove setting of assignTo, and create an AssignRequest.
  • In AssignRequest, handle a request without a commandContext, i.e a directRequest context
  • Create a attemptDM routine, which attempts to send a DM with content, creates a message in the Bounty Channel if it can't. Start replacing user.send with that.
  • In ActivityResponse call this if no context, and ActivityNotification,call this instead of the user.send.
  • Get rid of NotificationPermissionError and its usage

@tescher tescher changed the title If a bounty is crated for a specific user, send that user a message after bounty is created If a bounty is created for a specific user, send that user a message after bounty is created Apr 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant