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

intermediation between 2 users directly #335

Open
VGCif opened this issue Sep 29, 2022 · 2 comments
Open

intermediation between 2 users directly #335

VGCif opened this issue Sep 29, 2022 · 2 comments

Comments

@VGCif
Copy link

VGCif commented Sep 29, 2022

Is your feature request related to a problem? Please describe.
2 users may want to use the brokerage of the bot to make payments-exchanges between them directly without posting their offer to the others

Describe the solution you'd like
It would be necessary to enable, apart from the general group and the community group, a function in the private channel with the bot of the type: "intermediation between 2 users", where the bot acts as insurance for an exchange. where you would put the name of the user to whom it is intended, in the generation of the order

Describe alternatives you've considered
could, instead of being a new command, use the same "publish order" command but with one more parameter: "concrete user"

Additional context
Add any other context or screenshots about the feature request here.

@dolchi21
Copy link
Contributor

How about this?

  • Alice creates an "unpublished" order (does not appear on any channel).
  • Alices gives orderId to Bob by whatever method they want (tg, wsp, etc)
  • Bob executes /takeorder <AliceOrderId> (Add /takeorder command #371)

@grunch
Copy link
Member

grunch commented Aug 10, 2023

How about this?

* Alice creates an "unpublished" order (does not appear on any channel).

* Alices gives `orderId` to Bob by whatever method they want (tg, wsp, etc)

* Bob executes `/takeorder <AliceOrderId>` ([Add /takeorder command #371](https://github.com/lnp2pBot/bot/issues/371))

this sounds good, simple to code and easy to understand to users

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants