Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

startConversationWithUser should work with the web adapter #1844

Closed
benbrown opened this issue Oct 29, 2019 · 2 comments
Closed

startConversationWithUser should work with the web adapter #1844

benbrown opened this issue Oct 29, 2019 · 2 comments
Labels

Comments

@benbrown
Copy link
Contributor

What are you trying to achieve or the steps to reproduce?

The startConversationWithUser method should be implemented for the web adapter.

It is currently possible to achieve the same thing by doing:

let bot = await controller.spawn();
await bot.changeContext(some_reference);
await bot.say(...)

I believe it should be possible to construct a reference appropriately to allow this to happen without a previously existing reference.

What was the result you received?

Developers should be able to proactively message any user currently connected to the websocket by using just a user id.

@stale
Copy link

stale bot commented Dec 28, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Dec 28, 2019
@stale stale bot closed this as completed Jan 4, 2020
@benbrown benbrown reopened this Mar 11, 2020
@stale stale bot removed the stale label Mar 11, 2020
@stale
Copy link

stale bot commented May 10, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label May 10, 2020
@stale stale bot closed this as completed May 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant