mirror of
https://github.com/ihabunek/toot.git
synced 2025-02-02 15:07:51 -05:00
parent
4548e25cff
commit
2d61a2f30f
@ -363,7 +363,7 @@ class TUI(urwid.Frame):
|
||||
acct = f'@{self.user.username}@{self.user.instance}'
|
||||
self.account = api.find_account(self.app, self.user, acct)
|
||||
return api.following(self.app, self.user, self.account["id"])
|
||||
except ApiError:
|
||||
except Exception:
|
||||
# not supported by all Mastodon servers so fail silently if necessary
|
||||
return []
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user