-
-
Notifications
You must be signed in to change notification settings - Fork 654
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
Can't send messages to mobile-created streams #2652
Comments
I bet the issue has to do with how we're handling the When a new public stream is created, we would send a A common bug we used to have for this sort of thing in the webapp is having |
Thanks for the context @timabbott I will examine two issues here:
|
I tried creating from an Android, creating from iOS, then sending from Android or iOS and can not reproduce. |
I don't think we've heard reports of this bug in several years, and it seems like a class of bug that we've since fixed several of. So I'm closing it as presumed fixed -- especially since back when it was originally reported, we attempted to reproduce and already couldn't then.
This category of issue is basically covered by #3408. More specifically: I don't think we've tended to have bugs where we updated the local data structures too soon, on a successful request, but we have had bugs where we didn't properly handle the event, and #3408 is the umbrella issue for those. |
A user reports:
Here's a screenshot of that spinning wheel:
The earlier message with no spinner was sent from desktop.
If the app is restarted, the messages with spinners disappear:
Note the matrix here: the issue apparently arises only if
The text was updated successfully, but these errors were encountered: