bleakgrey / tootle

GTK-based Mastodon client for Linux
GNU General Public License v3.0
401 stars 61 forks source link

Make InstanceAccount abstract #282

Closed bleakgrey closed 3 years ago

bleakgrey commented 3 years ago

The application shouldn't assume that the instance is running Mastodon. All instance-specific functionality needs to be delegated to an account class like MastodonAccount or PleromaAccount.