mirror of
https://github.com/stoatchat/javascript-client-sdk.git
synced 2026-07-20 01:23:33 -04:00
chore: continued changes to file URLs
This commit is contained in:
@@ -23,13 +23,13 @@ export class UserProfile {
|
||||
* URL to the user's banner
|
||||
*/
|
||||
get bannerURL() {
|
||||
return this.banner?.createFileURL({ width: 1000 });
|
||||
return this.banner?.createFileURL();
|
||||
}
|
||||
|
||||
/**
|
||||
* URL to the user's animated banner
|
||||
*/
|
||||
get animatedBannerURL() {
|
||||
return this.banner?.createFileURL({ width: 1000 }, true);
|
||||
return this.banner?.createFileURL(true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user