Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork521
sending a message to a specific user directly#388
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
First please know that i am not a developer, but can follow code and get by :) I tried something like a route/link like this: site.com/messages/create?recipient=ID - where ID is the user ID of the person to send a message to. But no variation would work. Thanks |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 1 comment
-
You can handle this a few different ways. In the exampleshere we list out any possible users/recipients to join a thread, and those get processedhere If you want a user to send a message to everyone in a group you could swapthis out for logic to gather the user ids then pass it into I hope that helps |
BetaWas this translation helpful?Give feedback.