changed query format for users

This commit is contained in:
AdamK2003 2023-08-01 01:57:31 +02:00
parent fd3cf91768
commit 8dfb742520
No known key found for this signature in database
GPG Key ID: 656E9DB475B09927
1 changed files with 4 additions and 0 deletions

View File

@ -82,6 +82,10 @@ const FirefishOutput = new OutputInterface(
this.logger.debug(`Users disabled on ${this.name}, not fetching ${query}`);
return true;
}
query = query.split('@')
query = `https://${query[1]}/${query[2]}`
} else {
if(!this.postsEnabled) {
this.logger.debug(`Posts disabled on ${this.name}, not fetching ${query}`);