-
Notifications
You must be signed in to change notification settings - Fork 14
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
[Story] Message queue and interactions #1774
Comments
I wonder what should happen when there is already one message (or more) in failed state, and the user sends another message. I think both of the following options are reasonable:
There could even be some failed and some pending local echoes at the same time (in the case multiple messages failed and just one was retried). Again the question arises what to do when a message is sent (i.e. a new local echo added). |
Okay. What I'm a little worried about then is the case of the previous message entering failed state just as the user is about to send another message. They probably don't intend the second one to be sent before / independently of the first (now failed) one, right? Anyways, can always revisit later. |
Yes, that's true but a scenario I could live with. |
Most if not everything was covered by https://github.com/element-hq/element-internal/issues/312 |
As a user, I want to see the sending status in the timeline when posting a message:
Timestamp and postion in the timeline (doc):
Tasks for BBQ Release
Tasks
Stretch goals
None at this time
Out of scope
The text was updated successfully, but these errors were encountered: