mirror of
https://git.sr.ht/~cadence/NewLeaf
synced 2026-05-25 03:32:27 +00:00
Fix last refreshed time stuck
This commit is contained in:
parent
07fa3fffd6
commit
19ed025d1b
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ def extract_channel(ucid, second__path="user"):
|
|||
"error": alert_text,
|
||||
"identifier": "NOT_FOUND"
|
||||
}
|
||||
elif alert_text.startswith("This account has been terminated"):
|
||||
elif alert_text.startswith("This account has been terminated") or alert_text.startswith("This channel was removed"):
|
||||
return {
|
||||
"error": alert_text,
|
||||
"identifier": "ACCOUNT_TERMINATED"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue