-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix invalid casts when fetching channels from cache (#483)
* ref: nullable `animated` for icon/avatar/splash URL properties (#475) feat: animated icon/avatar/splash URL helpers on null * Revert #475 (#476) * Revert "ref: nullable `animated` for icon/avatar/splash URL properties (#475)" This reverts commit 20c1bc8. * fix: remove ifs * Make `true` default value for `animated` prop * [ci skip] fmt * Fix invalid casts * Release 5.0.4 * Default animated to false for CDN urls * Format files --------- Co-authored-by: Ventus <[email protected]> Co-authored-by: Rapougnac <[email protected]>
- Loading branch information
1 parent
20f0a7b
commit 37c432a
Showing
7 changed files
with
28 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
## 5.0.4 | ||
__04.06.2023__ | ||
|
||
- bug: Fix invalid casts | ||
|
||
## 5.0.3 | ||
__11.04.2023__ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters