Skip to content

Commit 62b0e87

Browse files
committed
store [nfc]: Add TODO for handling auth errors when polling
Signed-off-by: Zixuan James Li <[email protected]>
1 parent 0b161b6 commit 62b0e87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/model/store.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1177,6 +1177,7 @@ class UpdateMachine {
11771177
store.isLoading = true;
11781178

11791179
bool isUnexpected;
1180+
// TODO(#1054): handle auth failure
11801181
switch (error) {
11811182
case ZulipApiException(code: 'BAD_EVENT_QUEUE_ID'):
11821183
assert(debugLog('Lost event queue for $store. Replacing…'));

0 commit comments

Comments
 (0)