mirror of
https://github.com/tuskyapp/Tusky
synced 2025-02-08 10:48:44 +01:00
In the previous code any errors that occured *before* a subscriber was listening to `uiError` would be dropped, so the user would be unware of them. By implementing as a channel these errors will be shown to the user, with an opportunity to retry the operation or report the error.