Skip to content

Commit a916957

Browse files
authored
fix(Frecents): fix webm GIFs not showing up (#124)
1 parent 353afdd commit a916957

File tree

2 files changed

+91
-0
lines changed

2 files changed

+91
-0
lines changed

gradlew.bat

Lines changed: 89 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugin/Frecents/src/main/kotlin/dev/zt64/aliucord/plugins/frecents/gif/GifUtil.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,7 @@ object GifUtil {
2424
}
2525
.replace("AAAPo", "AAAAM")
2626
.replace(".mp4", ".gif")
27+
.replace("AAAPs", "AAAAM")
28+
.replace(".webm", ".gif")
2729
}
2830
}

0 commit comments

Comments
 (0)