Executing import of a Mastodon archive to a GTS instance caused following error:
Error: backfilling is only supported on GTS 0.18 and above, and this doesn't look like GTS at all
The error is cause by not setting the Flavor in func NewAuthClient().
Executing import of a Mastodon archive to a GTS instance caused following error:
`Error: backfilling is only supported on GTS 0.18 and above, and this doesn't look like GTS at all`
The error is cause by not setting the Flavor in `func NewAuthClient()`.