Skip to content

Commit 05441b5

Browse files
committed
store [nfc]: Add TODO for handling auth errors when polling
Signed-off-by: Zixuan James Li <[email protected]>
1 parent 3817cb2 commit 05441b5

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
@@ -1176,6 +1176,7 @@ class UpdateMachine {
11761176
store.isLoading = true;
11771177

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

0 commit comments

Comments
 (0)